Quantcast
Channel: Total Commander
Viewing all articles
Browse latest Browse all 18748

Eng :: RE: Num+ don`t work in Windows 10

$
0
0
Author: Balderstrom
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.

Quote:
Maybe the state of the NumLock key determines whether NUM+ works or not.


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.


Viewing all articles
Browse latest Browse all 18748

Trending Articles