Topic keypad minus key anomalous behaviour

We have two new locations for Keyman technical support:

The Tavultesoft Forums are now read only.


# keypad minus key anomalous behaviour   2006-04-15 09:08:18.000
umapati
I can't manage to assign a new character to the numberpad minus sign.
I have successfully reassigned characters to the number keys on the main keyboard, and kept the numbers on the numberpad, but the minus key on the numberpad persists in showing the character I've assigned to the minus key on the main keyboard.
David
#   2006-05-03 23:23:44.000
mcdurdin
Tavultesoft Staff
You can do this with the following rules:

:
+ [K_NPMINUS] > 'np minus'
+ [K_HYPHEN] > 'hyphen'


Don't use the following construct as that will override the K_NPMINUS rule:

:
+ '-' > 'hyphen'


Marc Durdin
Tavultesoft Pty Ltd