(index ("keysym" 0))
(def (sig (procedure "(keysym CODE-OR-NAME)" (id keysym))) (p "If " (tt "CODE-OR-NAME") " is an exact integer, " (tt "(keysym CODE-OR-NAME") " returns a symbol naming the X11 keysym. If the argument is a symbol, the keysym code is returned as an exact integer.") (p "The following subset of keysyms is available:") (p "TTY function keys") (p "International & multi-key character composition") (p "Japanese keyboard support") (p "Cursor control & motion") (p "Misc functions") (p "Keypad functions") (p "Auxilliary functions") (p "Modifiers") (p "Latin-1"))
