Page 1 of 2
Support [Windows key] for Shortcut function...
Posted: 2007-05-07, 17:23 UTC
by y0y0GiGi
Hello all, yes i think it would be cool to add windows key for shortcut functions in the misc option panel, like that you can avoid conflict between other softs 'in top', thanks

Posted: 2007-05-07, 17:40 UTC
by roentgen
Who said it wouldn't be... cool?

Posted: 2007-05-08, 07:24 UTC
by now
Along those lines, why aren't more keys bindable, for example, +, -, and such?
Posted: 2007-05-08, 07:29 UTC
by SanskritFritz
now wrote:Along those lines, why aren't more keys bindable, for example, +, -, and such?
I think there are some Windows limitations, like different keyboard layouts are preventing a global solution, not sure tho. Anyway, you can use
AutoHotkey to define
any shortcut key in TC.
Posted: 2007-05-08, 07:50 UTC
by now
WM_CHAR with 0x2b (+) as the character is generic, whatever the keyboard.
Posted: 2007-05-08, 12:43 UTC
by now
Another request (from a co-worker): bind numpad keys, that is, VK_NUMPAD1, VK_NUMPAD2, and so on. He wants to bind Ctrl+Numpad1 to cm_SrcActivateTab1 (and so on).
Posted: 2007-05-08, 13:08 UTC
by SanskritFritz
2now
Why not use AutoHokey? It really does what you want!
Posted: 2007-05-08, 14:59 UTC
by now
I don't have anything against using autohotkey, but I'd rather this was enabled in Total Commander, if only for the reason that it's a lot easier to set up for co-workers that way.
Note: I use autohotkey for loads of things.
Posted: 2007-05-09, 00:58 UTC
by sas2000
2SanskritFritz
My full sized keyboard has a Fn modifier key for function keys, is it possible to use this Fn key with Autohotkey in order to have 24 function keys ?. Thanks.
Posted: 2007-05-09, 10:24 UTC
by Hacker
sas2000,
That depends on if AHK sees it. You can try by running any script, double clicking it, pressing Ctrl-K, the Fn key and refresh the key list by pressing F5. If it is mentioned between Ctrl, K and F5, then AHK can see it.
HTH
Roman
Posted: 2007-05-09, 11:22 UTC
by sas2000
2Hacker
Thanks, i'll try it.
Posted: 2007-05-09, 12:37 UTC
by SanskritFritz
Posted: 2007-05-09, 13:25 UTC
by sas2000
2SanskritFritz
Thanks !

.
Posted: 2007-05-10, 05:59 UTC
by eugensyl
SanskritFritz wrote:now wrote:... Anyway, you can use
AutoHotkey to define
any shortcut key in TC.
Some antivirus software report as malicious programs compiled with AHK.
Best wishes,
Posted: 2007-05-10, 08:11 UTC
by SanskritFritz
2
eugensyl
Yes, please browse the AHK forum for detailed explanations. Rule of thumb: there is not spyware or virus in AHK
