Page 2 of 2
Re: AutoHotkey Scripts
Posted: 10 Dec 2009 13:30
by TheQwerty
admin wrote:TheQwerty wrote:Don how about some help getting rid of some of these hacky scripts? Please!

Hmm, tell me what the scripts are about (sorry but no time currently to deep-follow every thread).
It's three shortcuts that aren't currently available in XY.
- Global Shortcut (such as Win+E) which would Minimize XY if it is the active window or show XY. This could just be a modification to the existing "HotKeyShowApp" or a new tweak like "HotKeyToggleApp" or similar. As lukescammell it would also be nice if this were elevated to the CKS dialog, but then you'd need (or we'd like you) to add support for Winkey as a modifier.
- When the auto-complete list is visible (Shift+)Tab should function as Up/Down. Currently, this only works for the MRU list.
- Shortcut (Ctrl+Shift+Backspace) which uses '\' as the word separator and thus deletes a whole level from the path instead of/in addition to the current Ctrl+Backspace behavior. Currently Ctrl+Left/Right uses different separators than Ctrl+Backspace so the behavior we're after is equivalent to Ctrl+Shift+Left -> Backspace.
Re: AutoHotkey Scripts
Posted: 10 Dec 2009 13:34
by admin
TheQwerty wrote:admin wrote:TheQwerty wrote:Don how about some help getting rid of some of these hacky scripts? Please!

Hmm, tell me what the scripts are about (sorry but no time currently to deep-follow every thread).
It's three shortcuts that aren't currently available in XY.
- Global Shortcut (such as Win+E) which would Minimize XY if it is the active window or show XY. This could just be a modification to the existing "HotKeyShowApp" or a new tweak like "HotKeyToggleApp" or similar. As lukescammell it would also be nice if this were elevated to the CKS dialog, but then you'd need (or we'd like you) to add support for Winkey as a modifier.
- When the auto-complete list is visible (Shift+)Tab should function as Up/Down. Currently, this only works for the MRU list.
- Shortcut (Ctrl+Shift+Backspace) which uses '\' as the word separator and thus deletes a whole level from the path instead of/in addition to the current Ctrl+Backspace behavior. Currently Ctrl+Left/Right uses different separators than Ctrl+Backspace so the behavior we're after is equivalent to Ctrl+Shift+Left -> Backspace.
Sorry, but
1) no time
2) not possible
3) don't understand
Re: AutoHotkey Scripts
Posted: 10 Dec 2009 13:49
by TheQwerty
Re: AutoHotkey Scripts
Posted: 10 Dec 2009 13:59
by admin
I don't see the differences in behavior. It's all the same here.

Re: AutoHotkey Scripts
Posted: 10 Dec 2009 14:10
by jacky
admin wrote:I don't see the differences in behavior. It's all the same here.

Configuration - Advanced, enable Auto-complete for AB and try again.
Re: AutoHotkey Scripts
Posted: 10 Dec 2009 14:23
by TheQwerty
admin wrote:I don't see the differences in behavior. It's all the same here.

Not here and not on an untouched copy of v8.70.0102. Hmmmm..
Re: AutoHotkey Scripts
Posted: 10 Dec 2009 14:25
by TheQwerty
jacky wrote:admin wrote:I don't see the differences in behavior. It's all the same here.

Configuration - Advanced, enable Auto-complete for AB and try again.
Apparently someone didn't try it with a fresh copy of XY.

Re: AutoHotkey Scripts
Posted: 10 Dec 2009 15:07
by admin
TheQwerty wrote:jacky wrote:admin wrote:I don't see the differences in behavior. It's all the same here.

Configuration - Advanced, enable Auto-complete for AB and try again.
Apparently someone didn't try it with a fresh copy of XY.

Ah yes, in that case the answer is: not possible.
Auto-complete is right from hell.
Re: AutoHotkey Scripts
Posted: 10 Dec 2009 15:23
by TheQwerty
admin wrote:Ah yes, in that case the answer is: not possible.
Auto-complete is right from hell.
0 for 3.. what a spoil sport you are today!

Can we add replacement for shell's auto-complete to the roadmap? Please!?
Re: AutoHotkey Scripts
Posted: 15 Dec 2009 00:14
by lukescammell
<joke>Support JQuery and use that for autocomplete

</joke>
Re: AutoHotkey Scripts
Posted: 05 Mar 2015 16:49
by g00p3k
Am I missing something? The global hotkey for minimize and restore of XYPlorer would be easy with AHK. This doesn't need to be in the app itself, even though it would be a nice to have. I'm more concerned with a true visual studio 2013 dark theme... gotta have priorities :-)
Does anyone need an AHK script for minimize/restore xyplorer? I can throw one together quickly if you need it.