Ignore Keypad Application Mode When Numlock is Active
If application keypad mode is active:
- The mathematical operations keys (/, *, -, +) are sent to the application as escape sequence regardless of num lock state if this mode is off. If this mode is on, the keys send their printable character when num lock is active.
- With num lock active, the number / edit keys send escape sequences if this mode is off if shift is not pressed. When this mode is on they send the printable character for their number.
(In both settings the keys send the same escape sequences when shift is held)
- With num lock active, the enter key on the num pad sends escape sequences if this mode is off. When this mode is on it sends CR.