
What I'd like to have is the possibility to access the main menu when inside the quick search dialog, i.e. with Alt+F. Also, Del key isn't currently supported.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
#IfWinActive, QUICKSEARCH ahk_class TQUICKSEARCH
Alt::
Send, {ESC}{F10}
Return
Works fine here.StatusQuo wrote:I miss editing functions in the search dialog, too (cursor left/right, maybe Ctrl+left/right and marking/overwriting characters with Shift+left/right).
RegardsHistory TC7.50pb6 wrote:16.06.09 Added: Quick search/filter dialog: Handle left/right arrow buttons internally, except in brief view where they are needed to go through columns
and having "His" in Quicksearch I can mark the last two characters "is", but can not overwrite the marked part by typing "e".HISTORY.TXT
HHISTORY.TXT
HELP.TXT