Num+ don`t work in Windows 10
Moderators: Hacker, petermad, Stefan2, white
Num+ don`t work in Windows 10
Lately I upgraded my system from Windows 7 do Windows 10. Unfortunately in Total Commander stop working short keyboard "Num+", "Num-", "Num*" (select or deselect many files with mask).
What can I do to fix it?
What can I do to fix it?
No such problem here under Windows 10 x64
Tested with TC 9.0b7 x86 and x64
All default short-cuts are working.
Check your keyboard assigments in TC options
or disable any third party software which eats the num keys.
Tested with TC 9.0b7 x86 and x64
All default short-cuts are working.
Check your keyboard assigments in TC options
or disable any third party software which eats the num keys.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.6 x64
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.6 x64
No problems with Windows 10, 1511 here either on TC 8.52 or TC 9x
2wazib3
Are you using a laptop or a PC with a "real" keyboard?
Have you tried to run TC with a clean ini file?
2wazib3
Are you using a laptop or a PC with a "real" keyboard?
Have you tried to run TC with a clean ini file?
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- ghisler(Author)
- Site Admin
- Posts: 50918
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Maybe the state of the NumLock key determines whether NUM+ works or not. It's also possible that the numeric keypad doesn't work when it's overlaying the normal keyboard.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Interesting - on all my PC's (win 7, win 8.1 and win 10, laptops and stationary) Num+, Num- etc. works with both Num-lock on and off.Maybe the state of the NumLock key determines whether NUM+ works or not.
Maybe there is a BIOS setting on wazib3's PC where the behaviour of Numlock can be modified, just as there often is a BIOS setting to make the F-keys work the "old" way or with factory-defined functions (often multimedia functions)
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
-
- Junior Member
- Posts: 25
- Joined: 2016-08-10, 01:08 UTC
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Odd.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.Maybe the state of the NumLock key determines whether NUM+ works or not.
If you feel inclined, run this script with AutoHotkey.
Code: Select all
#ifWinActive ahk_class TTOTAL_CMD
+=::+
+::
-::
NumPadAdd::
NumPadSub::
ToolTip, % A_ThisHotkey
return
#ifWinActive
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.