Announcement

Collapse
No announcement yet.

Global serach hotkey - free utility

Collapse
X
 
  • Filter
  • Time
Clear All
new posts

    Global serach hotkey - free utility

    A while back I wrote a quick AutoIT script that would search for ticket #'s.

    I modified this to now just search whatever text you have highlighted. It will use the "Global Search" Function.

    This requires CommitCRM 12+. Run the EXE, select some text (or ticket #), and hit F10.

    You can download the compiled EXE and the source here: https://1drv.ms/u/s!AsaRQiU74eOHgmMrO2PtP8GDl4bn

    The script was written in AutoIT - dead simple to tweak it if you wanted it changed (like if you want to use a different hotkey). Just download the AutoIT editor to open the script.

    Re: Global serach hotkey - free utility

    ...and if you want the EXE to run on startup, just drop it in
    C:\Users\%username%\AppData\Roaming\Microsoft\Wind ows\Start Menu\Programs\StartUp

    Comment


      Re: Global serach hotkey - free utility

      Oops, in my original post I said "hit F10" to search. It is actually Ctrl+F10 - but you can easily modify that to whatever you want by modifying Line 3 in the script source code.

      Comment


        Re: Global serach hotkey - free utility

        Thanks for sharing Luke

        Comment

        Working...
        X