Not sure if I just couldn't find a hotkey in the configuration or what, but I wanted to press Ctrl+L and see the searchable list of project files.
In AutoHotkey ( https://www.autohotkey.com ):
In AutoHotkey ( https://www.autohotkey.com ):
Code: Select all
#IfWinActive, .*UltraEdit$
^l::
{
PostMessage, 0x111, 33195, 0, , A
return
}
#IfWinActive