PDA

View Full Version : Global serach hotkey - free utility


lpopejoy
August 27th, 2016, 09:40 AM
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.

lpopejoy
August 27th, 2016, 09:49 AM
...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

lpopejoy
August 29th, 2016, 07:23 AM
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.

AN-Tech
August 29th, 2016, 02:35 PM
Thanks for sharing Luke