Query: input-kbd
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INPUT-KBD(8) INPUT-KBD(8)NAMEinput-kbd - print or modify keyboard maps for input devicesSYNOPSISinput-kbd num input-kbd [-f file] devnrDESCRIPTIONinput-kbd prints the keyboard map of kernel input device devnr on stdout. The keyboard map maps scancodes to keycodes. If the device supports a keyboard map, it is printed in the following format (from the output for an AT keyboard): 0x0001 = 67 # KEY_F9 0x0002 = 65 # KEY_F7 0x0003 = 63 # KEY_F5 0x0004 = 61 # KEY_F3 If the device does not support a keyboard map, input-kbd just lists the keys and buttons supported by the device, like this (for a mouse): bits: BTN_LEFT bits: BTN_RIGHT bits: BTN_MIDDLEOPTIONSdevnr The index of the input device to use (0 for /dev/input/event0 and so on). -f file Read a keyboard map from a file and reconfigure the device with this map. The map file uses the same format as the output of this command. Key names are also accepted instead of keycodes, like this: 0x0001 = KEY_F9AUTHORGerd Knorr. July 2005 INPUT-KBD(8)
Related Man Pages |
---|
kbd(4x) - redhat |
setxkbmap(1) - debian |
kbd(4) - debian |
setxkbmap(1) - centos |
kbd(4x) - x11r4 |