charcodemap

@internal Map character to whatever information we need to be able to send this key (keycode, modifiers, group, etc)

Members

Variables

code
KeyCode code;

the keycode that this key is on

group
int group;

the keyboard group that has this key in it

key
wchar key;

the letter for this key, like 'a'

modmask
int modmask;

the modifiers to apply when sending this key

needs_binding
int needs_binding;

if this key need to be bound at runtime because it does not * exist in the current keymap, this will be set to 1.

symbol
KeySym symbol;

the symbol representing this key

Meta