code>sym ( code -- name/code/f action? )


Vocabulary
ui.backend.x11.keys

Inputs
codean integer


Outputs
name/code/fa gesture name, character code, or f
action?a boolean


Word description
Converts an X11 keysym to a gesture symbol. Printable keypad keys are converted to their character codes and treated as ordinary text keys. Navigation and function keys return gesture names with action? set, while modifier keys return f.

Definition