Hi, good day,
Last weekend I was working on palm_3169ww.lua config file, but I could not find the "@" symbol, I do not know which code is, I mean I know which key is pressed and the scancode got, but the problem is that no one ztoken seems works.
I tried using "xev" command and I got something like this:
Pressing "-" key from palmkeyboard with "zkbdd -d swtich" I got:
(which gives scancode(normal_map,0x29)-> ZK_PLUS -> token 59):
Pressing "-" key from palmkeyboard with "xev" I got:
state 0x2000, keycode 67 (keysym 0x2d, minus), same_screen YES,
XKeysymToKeycode return keycode: 63
XLookupString gives 1 byte: (2d) "-"
It works fine, but the problem is with other symbols, for me the most important is "@" that I cannot find I got this trying to get "@":
Pressing "@" key from palmkeyboard with "zkbdd -d swtich" I got:
(which gives scancode(normal_map,0x79)-> ZK_AT -> token 61):
Pressing "@" key from palmkeyboard with "xev" I got:
state 0x0, keycode 67 (keysym 0x0, NoSymbol), same_screen YES,
XKeysymToKeycode return keycode:
XLookupString gives 0 byte:
I do not what to do or how the ztoken filter works, I guess that ztokens are translated to other keycodes which Zaurus gets.
Besides its funny that some scancodes works different if you use then in the map_normal or in map_shift.
Any advice please??, How could I know the way to get "@" symbol??
Best Regards,