Hello,
I'd like that shortcuts to hot paths (Ctrl+1, Ctrl+2 etc.) to work with numbers entered from NUMLOCK as well. At this moment, it doesn't work like that.
- I prefer entering numbers from numlock - as keyboard in most cases is switched to CZ (chars with diacritics), that means numlock is "safer" for entering numbers.
Thanks.
LuP
Hot keys for hot paths
-
LuP
-
LuP
you could easily define keys to this with autohotkey. http://www.autohotkey.com
something like this (untested) to define numpad key 7 to send control+7 when the salmander window is active:
#ifwinactive Salamander
$Numpad7::sendinput ^7
#ifwinactive
jack
something like this (untested) to define numpad key 7 to send control+7 when the salmander window is active:
#ifwinactive Salamander
$Numpad7::sendinput ^7
#ifwinactive
jack