Dumpkeys command output format

MulliGan81

Junior Member
May 26, 2016
18
0
6
What's the format of the
Code:
dumpkeys
Linux command? Does it relates to any charset encoding like utf-8 or iso 8859-1?
 

JackMDS

Elite Member
Super Moderator
Oct 25, 1999
29,563
432
126
Charset Definitions

A character set definition line is of the form:
charset "iso-8859-x"
It defines how following keysyms are to be interpreted. For example, in iso-8859-1 the symbol mu (or micro) has code 0265, while in iso-8859-7 the letter mu has code 0354.

https://linux.die.net/man/5/keymaps


:cool: