You can move the cursor up and down onto files with the Arrow Keys, you can also remove the QuickSearch with SHIFT+INS, and you can Delete characters in the SearchBox with SHIFT+DEL (or Backspace).
Personally, all I would like is for the currently existing cm_ShowQuickSearch to function as a toggle, if you issue the command and the QS is closed, show it, if its already open, close it.
I.E. Currently, Select multiple files:
Type a couple chars,
INS, INS, UpArrow,Shift+INS
Use keyboard shortcuts while quick search is active
Moderators: Hacker, petermad, Stefan2, white
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
No INS key on my keyboard. Image. (and its good like that -> word and other text editors that go to overwrite on accidental press.)Type a couple chars,
INS, INS, UpArrow,Shift+INS
IMO "Shift+INS" is almost harder to use then ESC. (Especially with my keyboard.)
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Here's my keyboards, Scorpius iOne, and Logitech G15 ... oddly enough, I prefer the $12 keyboard to the Logitech for most purposes.
I prefer some shortcuts to work on the file panel, too. But it should be configurable to satisfy everybody. Quite complex to have this internally in TC, isn't it?
To have all possibilities, a Quicksearch box handling all normal shortcuts would be the best IMO. This way shortcuts, that should close the Quicksearch box and then effect the file list, can be easily customized with e.g. AHK:
To have all possibilities, a Quicksearch box handling all normal shortcuts would be the best IMO. This way shortcuts, that should close the Quicksearch box and then effect the file list, can be easily customized with e.g. AHK:
Code: Select all
#IfWinActive, QUICKSEARCH ahk_class TQUICKSEARCH
Alt::
Send, {ESC}{F10}
Return
^r::
Send, {ESC}{Ctrl Down}r{Ctrl Up}
Return
Home::
End::
Send, {ESC}{%A_ThisLabel%}
Return
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!