man > dumpkeys(1)

DUMPKEYS(1) General Commands Manual DUMPKEYS(1)

📛 NAME

dumpkeys - dump keyboard translation tables

🚀 Quick Reference

Use Case Command Description
Dump current keymap (default) dumpkeys 📄 Output current keyboard translation tables
Get short info dumpkeys -i â„šī¸ Show kernel keyboard driver characteristics
Get long info dumpkeys -l 📋 Show short info plus action symbol list
Dump numeric codes dumpkeys -n đŸ”ĸ Output hexadecimal action codes
Dump full table dumpkeys -f 📊 Output canonical form with all modifier combinations
Function strings only dumpkeys -t 🔤 Output only function key string definitions
Key bindings only dumpkeys -k âŒ¨ī¸ Output only key bindings
Compose combinations only dumpkeys -d 🔀 Output only compose key combinations
Specify charset dumpkeys -c iso-8859-2 🌐 Interpret character codes according to charset
Verbose mode dumpkeys -v 🔊 Increase verbosity
Version info dumpkeys -V 📌 Print version number and exit

📋 SYNOPSIS

dumpkeys [ -h --help -i --short-info -l -s --long-info -n --numeric -f --full-table -1 --sep-arate-lines -Sshape --shape=shape -t --funcs-only -k --keys-only -d --compose-only  -ccharset --charset=charset -v --verbose -V --version ]

📝 DESCRIPTION

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.

âš™ī¸ OPTIONS

🔹 -h --help

đŸ–¨ī¸ Prints the program's version number and a short usage message to the program's standard error output and exits.

🔹 -i --short-info

â„šī¸ Prints some characteristics of the kernel's keyboard driver. The items shown are:

🔹 -l -s --long-info

📋 This option instructs dumpkeys to print a long information listing. The output is the same as with the --short-info appended with the list of action symbols supported by loadkeys(1) and dumpkeys(1), along with the symbols' numeric values.

🔹 -n --numeric

đŸ”ĸ This option causes dumpkeys to by-pass the conversion of action code values to symbolic notation and to print the in hexadecimal format instead.

🔹 -f --full-table

📊 This makes dumpkeys skip all the short-hand heuristics (see keymaps(5)) and output the key bindings in the canonical form. First a keymaps line describing the currently defined modifier combinations is printed. Then for each key a row with a column for each modifier combination is printed. For example, if the current keymap in use uses seven modifiers, every row will have seven action code columns. This format can be useful for example to programs that post-process the output of dumpkeys.

🔹 -Sshape --shape=shape

(No description provided in original; option exists for shape selection.)

🔹 -t --funcs-only

🔤 When this option is given, dumpkeys prints only the function key string definitions. Normally dumpkeys prints both the key bindings and the string definitions.

🔹 -k --keys-only

âŒ¨ī¸ When this option is given, dumpkeys prints only the key bindings. Normally dumpkeys prints both the key bindings and the string definitions.

🔹 -d --compose-only

🔀 When this option is given, dumpkeys prints only the compose key combinations. This option is available only if your kernel has compose key support.

🔹 -ccharset --charset=charset

🌐 This instructs dumpkeys to interpret character code values according to the specified character set. This affects only the translation of character code values to symbolic names. Valid values for charset currently are iso-8859-X, Where X is a digit in 1-9. If no charset is specified, iso-8859-1 is used as a default. This option produces an output line `charset "iso-8859-X"', telling loadkeys how to interpret the keymap. (For example, "division" is 0xf7 in iso-8859-1 but 0xba in iso-8859-8.)

🔹 -v --verbose

🔊 Makes dumpkeys more verbose about its work.

🔹 -V --version

📌 Prints version number and exits.

📁 FILES

/usr/share/keymaps — The recommended directory for keytable files.

🔗 SEE ALSO

loadkeys(1), keymaps(5)

dumpkeys(1)
📛 NAME 🚀 Quick Reference 📋 SYNOPSIS 📝 DESCRIPTION âš™ī¸ OPTIONS
🔹 -h --help 🔹 -i --short-info 🔹 -l -s --long-info 🔹 -n --numeric 🔹 -f --full-table 🔹 -Sshape --shape=shape 🔹 -t --funcs-only 🔹 -k --keys-only 🔹 -d --compose-only 🔹 -ccharset --charset=charset 🔹 -v --verbose 🔹 -V --version
📁 FILES 🔗 SEE ALSO

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-12 06:37 @2600:1f28:365:80b0:6f72:a904:73b0:e266
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^