Page 2 of 2
Posted: 2009-09-16, 20:41 UTC
by StatusQuo
Balderstrom wrote:Also, I would prefer "Return" to close the QuickSearch.
Having Return work on the selected file (like it is now) seems logical to me.
I already redefined some keys to work from quick search like if the dialog was already closed (e.g. Alt, Home, End, PgDn, ^Enter, ^r).
I think this would do the change you suggest:
Code: Select all
#IfWinActive, QUICKSEARCH ahk_class TQUICKSEARCH
Enter::
Send, {ESC}
Return
Posted: 2009-09-16, 20:42 UTC
by StatusQuo
WBTMagnum wrote:* Pressing back space in a condensed view, goes back to normal view, instead of the parent directory.
Support for this one.
Quick Filter feels like viewing contents of an archive, where backspace is the way out.
Posted: 2009-09-16, 20:45 UTC
by Samuel
* Pressing back space in a condensed view, goes back to normal view, instead of the parent directory.
Support too. Christian can you consider this?
Posted: 2009-09-16, 20:57 UTC
by Balderstrom
No its more like,
Code: Select all
#ifWinActive, ahk_class TQUICKSEARCH
{
Enter::Send, {ESC}
return
}
But thanks. Have had that implemented since I mentioned it here. It's much more intuitive, enter closes the quicksearch - just like in every other dialog in almost every other program, Enter closes the dialog.
Enter doesn't CLEAR the quicksearch. So its merely a matter of pressing Enter a second time if that was yer intention.
With the above, you still need to press ESC (after pressing enter) to clear the quicksearch and reset the filelist to normal.
Posted: 2009-09-16, 21:08 UTC
by StatusQuo
2
Balderstrom
No its more like,
I see you already worked it out.

But mine works, too, just a matter of taste. It's tested and I have some others running like that.
[Edit:] I confess that the first part of "QUICKSEARCH ahk_class TQUICKSEARCH" can be left out - but since this isn't translated in the german version, I left it in...
Posted: 2009-09-16, 21:15 UTC
by ouzoWTF
WBTMagnum wrote:* Pressing back space in a condensed view, goes back to normal view, instead of the parent directory.
Support++ !!!!
Posted: 2009-09-17, 09:24 UTC
by Balderstrom
I agree about the "backspace" issue, though I think its more of a patch onto what is basically a broken Hotkey system.
If TC internally provided a way to specify when a given HotKey should function, it would thus allow you to define multiple actions for a single Hotkey based on context.
I.E. Just like how you can't HotKey Left/Right keys or Shift+Left/Right (within TC) to something like focus left|right (pane) - without messing up using left/right in inplace rename or edit boxes.
In many instances this can be fixed with AHK, but it would be nice for it to be an internal solution. As far as I know, AHK can't really do the BackSpace override as there's no real way for it to know that TC is currently filtering the FileList.
With just a handful of Rules, like "Only When FileList is active" or "When [XX] Filter has been applied", or When [x] control has focus -- the TC Hotkey system would be light years beyond any other program's internal solution (that I know of).
Posted: 2009-09-17, 21:27 UTC
by gewone
Earlier today I (against better knowing) started a new thread about this particular subject - the quicksearch behavior. It's obviously (go figure) deleted since it already existed one. I'm glad, to say the least, that I'm not the only one who's slightly disappointed on the "new improved" qsearch. It bothers me, really. I use Shanny's TCEE visual skin w/ it's shortcut keys n stuffs. Have been using it for ages. To my point now, I use -> (right arrow) to enter archives and folder trees, much(!) more than move my finger up to the RETURN button. Now, I am forced to use the enter button at least once, or I'm "stuck" in the search string. This is really really really really bad for me ;'( I'm crying myself to sleep, almost. It would be much appreciated if you could add some "Letters - with OLD search dialog" option until v7.51..?

Posted: 2009-09-17, 21:36 UTC
by Balderstrom
Posted: 2009-09-17, 23:22 UTC
by gewone
OMG I'm so confused, even managed to lose track own thread, or assume it was deleted, anyways. Thanks for quick answers Balderstrom. Yeah. I first switched over to "Letters only". Now I'm able to quick-search and "->" into subfolders/archives. However(!), the con is that I can no longer type in wildcard strings (ie. *.txt) and bump around results with cursor up/dn keys; and then simply cursor right ("->") into selected item. It's a huge matter of trade-offs! ;P Old behavior would really be a great thing.
Posted: 2009-09-18, 09:50 UTC
by gewone
Also, might I add, I'm really used to the possibility of at any time interrupt the QSearch by ALT+D (adress field) thus enter a path to CD to. Now ALT+D will not respond until I've either pressed ESC or RETURN ;'( I'm so sad, sad sad sad, crying out a river..
Posted: 2009-09-21, 13:14 UTC
by gewone
Hehe, sorry about re-post but now it struck me again. I blaze around thru 'em directory trees in TC. I type a string in the Quicksearch dialog box, and skip (up/dn keys) to the particular one to be chosen.
Now I want to bring selected dir up in other panel. I used to be able to just hit CTRL+left/right, unsure of whether this hotkey is TCEE-specific, but even if it is, the issue functionality remains.
Now, when i press (in this case) CTRL+Left nothing happens. I have to first press ESC to sort of flee the search dialog box, first then after I'm "free".
So, dearest Christian Ghisler, since I cannot see how the functionality of this here that I'm mentioning could harm/interfere/conflict with other functions, it (to me) sounds like a "all win deal" to re-enable the "press any function key to quit search dialog"-behaviour till 7.51(?).
Regards~
