Keyboard shortcuts when in quick search dialog

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
roentgen
Power Member
Power Member
Posts: 757
Joined: 2005-12-03, 19:58 UTC

Keyboard shortcuts when in quick search dialog

Post by *roentgen »

As a heavy user of the quick search dialog this is a very dear wish for me :wink:

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.
TC for Linux please!
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3869
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

Also, Del key isn't currently supported
DEL key works fine for me (deletes character on the right of the cursor or whole selection)

Please, tell me what do you want to do with the content of the quick search dialog, using the main menu functions ?
#5767 Personal license
User avatar
roentgen
Power Member
Power Member
Posts: 757
Joined: 2005-12-03, 19:58 UTC

Post by *roentgen »

2sqa_wizard
You go with the mouse and edit what you typed? Wicked...
TC for Linux please!
User avatar
Yuta
Member
Member
Posts: 141
Joined: 2007-03-27, 16:52 UTC
Location: Argentina

Post by *Yuta »

I think that pressing CTRL, ALT or SHIFT should leave the quick search dialog.
But pressing LEFT/RIGHT ARROW should move the cursor as expected, not send you to the command line. We have SHIFT+RIGHT ARROW for that.
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Support++

Simple AHK workaround for menu access via Alt key (press and release Alt):

Code: Select all

#IfWinActive, QUICKSEARCH ahk_class TQUICKSEARCH
	Alt::
		Send, {ESC}{F10}
		Return

I miss editing functions in the search dialog, too (cursor left/right, maybe Ctrl+left/right and marking/overwriting characters with Shift+left/right).
Unfortunately I didn't find a way to set the cursor position in the quicksearch field yet to implement at least basic cursor navigation.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

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).
Works fine here.
Are you using the brief view?
History 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
Regards
Holger
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

2HolgerK
Indeed, cursor navigation is meanwhile working, sorry - at least to move the cursor. :) But overwriting still doesn't work: having the files
HISTORY.TXT
HHISTORY.TXT
HELP.TXT
and having "His" in Quicksearch I can mark the last two characters "is", but can not overwrite the marked part by typing "e".
Typing "h" instead shows why: instead of overwriting the selected part the letter gets inserted at the start of the selection (btw, no matter if the cursor is at beginning or end of it).

Something for the bugs section?
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

Support from me.
But AFAIR was already suggested and Christian was against it.
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

Its possible now to overtype in quicksearch.
Thanks Christian.
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Overtyping now works fine here, too (TC 7.5 RC1), thanks.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
Post Reply