FernV / NativeCAM

NativeCAM for LinuxCNC embeds in axis or gmoccapy interfaces
GNU General Public License v2.0
45 stars 29 forks source link

German NumPad Decimal separator not accepted #3

Closed gmoccapy closed 7 years ago

gmoccapy commented 7 years ago

I use latest NativeCam and German keyboard layout. In Germany we use "," as decimal separator, not ".". If I use the NumPad, the German decimal separator is ignored, but shouldn't.

I found a solution: edit line 810 from ncam.py elif k_name in ['KP_Decimal', 'period', 'comma', 'KP_Separator'] :

Norbert

FernV commented 7 years ago

Thanks Norbert, I did not know about 'KP_Separator'

Added for next release