Skip to content

Commit

Permalink
Merge branch 'github-pull-82'
Browse files Browse the repository at this point in the history
Convert the characters expressed in Latin-1 to the named constants, to
ease up transition to Unicode (and further corrections down the line).

Link: #82
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Jul 2, 2022
2 parents 478b7ca + 989b337 commit 27f5294
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions data/keymaps/i386/qwerty/la-latin1.map
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ keycode 58 = Caps_Lock
keycode 86 = less greater
keycode 97 = Control

compose '\'' 'a' to '�'
compose '\'' 'e' to '�'
compose '\'' 'i' to '�'
compose '\'' 'o' to '�'
compose '\'' 'u' to '�'
compose '\'' 'A' to '�'
compose '\'' 'E' to '�'
compose '\'' 'I' to '�'
compose '\'' 'O' to '�'
compose '\'' 'U' to '�'
compose '"' 'u' to '�'
compose '"' 'U' to '�'
compose '\'' 'a' to aacute
compose '\'' 'e' to eacute
compose '\'' 'i' to iacute
compose '\'' 'o' to oacute
compose '\'' 'u' to uacute
compose '\'' 'A' to Aacute
compose '\'' 'E' to Eacute
compose '\'' 'I' to Iacute
compose '\'' 'O' to Oacute
compose '\'' 'U' to Uacute
compose '"' 'u' to udiaeresis
compose '"' 'U' to Udiaeresis

0 comments on commit 27f5294

Please sign in to comment.