Skip to content

Commit

Permalink
Update keycode table (and documentation) to updated X11 headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 12, 2023
1 parent 8a2a704 commit 6861f52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/keysyms.n
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ section 167 0xA7
diaeresis 168 0xA8
copyright 169 0xA9
ordfeminine 170 0xAA
guillemotleft 171 0xAB
guillemetleft 171 0xAB
notsign 172 0xAC
hyphen 173 0xAD
registered 174 0xAE
Expand All @@ -144,8 +144,8 @@ paragraph 182 0xB6
periodcentered 183 0xB7
cedilla 184 0xB8
onesuperior 185 0xB9
masculine 186 0xBA
guillemotright 187 0xBB
ordmasculine 186 0xBA
guillemetright 187 0xBB
onequarter 188 0xBC
onehalf 189 0xBD
threequarters 190 0xBE
Expand Down Expand Up @@ -1092,8 +1092,8 @@ dead_o 65158 0xFE86
dead_O 65159 0xFE87
dead_u 65160 0xFE88
dead_U 65161 0xFE89
dead_small_schwa 65162 0xFE8A
dead_capital_schwa 65163 0xFE8B
dead_schwa 65162 0xFE8A
dead_SCHWA 65163 0xFE8B
dead_greek 65164 0xFE8C
dead_lowline 65168 0xFE90
dead_aboveverticalline 65169 0xFE91
Expand Down
6 changes: 6 additions & 0 deletions generic/ks_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@
{ "dead_O", 0xFE87 },
{ "dead_u", 0xFE88 },
{ "dead_U", 0xFE89 },
{ "dead_schwa", 0xFE8A },
{ "dead_small_schwa", 0xFE8A },
{ "dead_SCHWA", 0xFE8B },
{ "dead_capital_schwa", 0xFE8B },
{ "dead_greek", 0xFE8C },
{ "dead_lowline", 0xFE90 },
Expand Down Expand Up @@ -458,6 +460,7 @@
{ "diaeresis", 0xA8 },
{ "copyright", 0xA9 },
{ "ordfeminine", 0xAA },
{ "guillemetleft", 0xAB },
{ "guillemotleft", 0xAB },
{ "notsign", 0xAC },
{ "hyphen", 0xAD },
Expand All @@ -473,7 +476,9 @@
{ "periodcentered", 0xB7 },
{ "cedilla", 0xB8 },
{ "onesuperior", 0xB9 },
{ "ordmasculine", 0xBA },
{ "masculine", 0xBA },
{ "guillemetright", 0xBB },
{ "guillemotright", 0xBB },
{ "onequarter", 0xBC },
{ "onehalf", 0xBD },
Expand Down Expand Up @@ -539,6 +544,7 @@
{ "odiaeresis", 0xF6 },
{ "division", 0xF7 },
{ "oslash", 0xF8 },
{ "ooblique", 0xF8 },
{ "ugrave", 0xF9 },
{ "uacute", 0xFA },
{ "ucircumflex", 0xFB },
Expand Down

0 comments on commit 6861f52

Please sign in to comment.