Juergen Spitzmueller wrote:
> // 2. S-ä (failed)
[...]
> action first set to [43]
> action now set to [43]
[...]
> Key [action=43][S-Ä]

BTW action is always -1 for any other key sequenze with Shift, cf. below S-q

Jürgen.


Press key 81 text "Q", ascii "81"
sym empty in getSymbolName()
getSymbolName() -> Q
text() is: Q
key() is: 81
ascii() is: 81
KeySym is Q
action first set to [-1]
action now set to [-1]
sym empty in getSymbolName()
getSymbolName() -> Q
text() is: Q
key() is: 81
ascii() is: 81
Key [action=-1][S-Q]
Removing modifiers...
Action now set to [89]
getISO returning Q
Cannot decode: Q
SelfInsert arg[`Q']

Reply via email to