dumpkeys - dump keyboard translation tables
| Use Case | Command | Description |
|---|---|---|
| Dump current keymap | dumpkeys | Dumps the current keyboard translation tables to stdout |
| Show kernel keyboard info | dumpkeys -i | Prints kernel keyboard driver characteristics (keycode range, actions, etc.) |
| Show long info with action symbols | dumpkeys -l | Prints short info plus list of action symbols and numeric values |
| Dump numeric (hex) format | dumpkeys -n | Bypasses symbolic conversion; prints action codes in hexadecimal |
| Dump full canonical table | dumpkeys -f | Outputs key bindings in canonical form skipping shorthand heuristics |
| Dump function key strings only | dumpkeys -t | Prints only function key string definitions |
| Dump key bindings only | dumpkeys -k | Prints only key bindings (no function strings) |
| Dump compose key combinations | dumpkeys -d | Prints only compose key combinations (kernel compose support required) |
| Specify charset for output | dumpkeys -c iso-8859-1 | Interprets character codes according to specified charset (default iso-8859-1) |
| Show help | dumpkeys -h | Prints version number and short usage message |
dumpkeys [ -h --help -i --short-info -l -s --long-info -n --numeric -f --full-table -1 --separate-lines -Sshape --shape=shape -t --funcs-only -k --keys-only -d --compose-only -ccharset --charset=charset -v --verbose -V --version ]
dumpkeys writes, to the standard output, the current contents of the keyboard driver's translation tables, in the format specified by keymaps(5).
Using the various options, the format of the output can be controlled and also other information from the kernel and the programs dumpkeys(1) and loadkeys(1) can be obtained.
-h --help-i --short-infovv's in keycode xx = vv vv vv vv). This list can be used to determine if the kernel supports all symbols loadkeys(1) knows, or if there are actions with no symbolic name.You can see your current function key definitions with the command:
dumpkeys --funcs-only-l -s --long-info--short-info appended with the list of action symbols supported by loadkeys(1) and dumpkeys(1), along with the symbols' numeric values.-n --numeric-f --full-table-Sshape --shape=shape-t --funcs-only-k --keys-only-d --compose-only-ccharset --charset=charsetiso-8859-X where X is a digit 1-9. Default is iso-8859-1. This produces an output line charset "iso-8859-X" telling loadkeys how to interpret the keymap.-v --verbose-V --version/usr/share/keymaps â đ The recommended directory for keytable files.Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-16 10:12 @2600:1f28:365:80b0:7cb9:fb:26c1:e368
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)