Author: Balderstrom
Posted: Wed Aug 10, 2016 3:57 pm (GMT -6)
Odd.
If you feel inclined, run this script with AutoHotkey.
Question: When Total Commander is Active,
What Tooltips do you get when you press "-" and "+" on the Numpad,
1) when NumLock is on, and
2) when NumLock is off.
_________________
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
Posted: Wed Aug 10, 2016 3:57 pm (GMT -6)
wazib3 wrote: | ||
I use PC with "real" keyboard (not laptop). My system is Windows 10 Pro 64.
Thank ghisler , you are right. It works when I switch off Num Lock. |
Odd.
If you feel inclined, run this script with AutoHotkey.
Code: |
#ifWinActive ahk_class TTOTAL_CMD +=::+ +:: -:: NumPadAdd:: NumPadSub:: ToolTip, % A_ThisHotkey return #ifWinActive |
Question: When Total Commander is Active,
What Tooltips do you get when you press "-" and "+" on the Numpad,
1) when NumLock is on, and
2) when NumLock is off.
_________________
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.