keycode 1567 lib/tty/key.c lookup_key_by_code (const int keycode) keycode 1570 lib/tty/key.c unsigned int k = keycode & ~KEY_M_MASK; keycode 1572 lib/tty/key.c unsigned int mod = keycode & KEY_M_MASK; keycode 1626 lib/tty/key.c g_string_append_c (s, (gchar) keycode); keycode 79 lib/tty/key.h char *lookup_key_by_code (const int keycode);