I HAVE THE ANSWER!!
I have a Linux based thin client connecting to a windows server via RDP. I have the extend problem in excel when using the numpad.
I too have struggled with this problem for many months and I fixed it by attacking the source of the problem.
The num pad minus and the minus on the main keyboard are different keycodes.
Remap the keycode in the registry and the problem goes away!!
Here is the regfile that will map the numpad - (minus) to the keyboard - (minus)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,0C,00,4A,00,00,00,00,0
0
You will need to reboot but it works straight away!!
What is the solution? – Firee – 2016-01-08T13:01:35.773
My guess is that you are using a RDP connection. If I am right, I have the solution. It is a bug of rdesktop versions 1.5 and 1.6. You have to downgrade to rdesktop 1.4 to solve the issue. – Toc – 2009-10-20T15:34:07.810