Skip to main content
How can I differentiate in the keyboard the "dot" of the "dot" of the numerical keyboard?


Thank

Kiko
How can I differentiate in the keyboard the "dot" of the "dot" of the numerical keyboard?


Thank

Kiko
I do not believe you can differentiate them. Are you encontering issue where based on region, decimal-point is comma and the keyboard provides a comma, but the numeric keypad does not?

How can I differentiate in the keyboard the "dot" of the "dot" of the numerical keyboard?


Thank

Kiko
The DOT = . (on keyboard) and DOT = . (numeric) make no differences, it's not possible to detect based on display. Unless a different DOT eg: 。| · | .

Btw, if you want to detect keystroke perhaps this maybe possible working with 3rd party key logger and the remapping of keyboard have to be done.

How can I differentiate in the keyboard the "dot" of the "dot" of the numerical keyboard?


Thank

Kiko
before-procedure-amount section.
SET ENVIRONMENT "KEYSTROKE" TO "DATA=44 46"
SET ENVIRONMENT "KEYSTROKE" TO "DATA=46 44".
ex.
exit section.

after-procedure-amount section.
SET ENVIRONMENT "KEYSTROKE" TO "DATA=44 44"
SET ENVIRONMENT "KEYSTROKE" TO "DATA=46 46".
ex.
exit section.