fix estonian keymap (thanks Eric Lindblad)
The /sys/lib/kbmap/ee file seemed to have CRs in it. If a first column in the table (for modifier key) as 4 is for Alt Gr + Shift then the attached (UTF-8 without BOM) should work as a replacement ee file. Best Regards, Eric Lindblad
This commit is contained in:
parent
c4782818f4
commit
221b8696a5
1 changed files with 51 additions and 44 deletions
|
@ -1,10 +1,10 @@
|
|||
0 12 '+
|
||||
0 13 '´
|
||||
0 26 'ü
|
||||
0 27 'õ
|
||||
0 39 'ö
|
||||
0 40 'ä
|
||||
0 41 '^
|
||||
0 13 '´
|
||||
0 26 'ü
|
||||
0 27 'õ
|
||||
0 39 'ö
|
||||
0 40 'ä
|
||||
0 41 'ˇ
|
||||
0 43 ''
|
||||
0 51 ',
|
||||
0 52 '.
|
||||
|
@ -13,7 +13,7 @@
|
|||
1 2 '!
|
||||
1 3 '"
|
||||
1 4 '#
|
||||
1 5 '¤
|
||||
1 5 '¤
|
||||
1 6 '%
|
||||
1 7 '&
|
||||
1 8 '/
|
||||
|
@ -22,10 +22,10 @@
|
|||
1 11 '=
|
||||
1 12 '?
|
||||
1 13 '`
|
||||
1 26 'Ã
|
||||
1 27 'Ã
|
||||
1 39 'Ã
|
||||
1 40 'Ã
|
||||
1 26 'Ü
|
||||
1 27 'Õ
|
||||
1 39 'Ö
|
||||
1 40 'Ä
|
||||
1 41 '~
|
||||
1 43 '*
|
||||
1 51 ';
|
||||
|
@ -33,12 +33,19 @@
|
|||
1 53 '_
|
||||
1 86 '>
|
||||
3 3 '@
|
||||
3 4 '£
|
||||
3 4 '£
|
||||
3 5 '$
|
||||
3 8 '{
|
||||
3 9 '[
|
||||
3 10 ']
|
||||
3 11 '}
|
||||
3 12 '\
|
||||
3 27 '§
|
||||
3 43 '½
|
||||
3 18 '€
|
||||
3 27 '§
|
||||
3 27 '½
|
||||
3 31 'š
|
||||
3 40 '^
|
||||
3 44 'ž
|
||||
3 86 '|
|
||||
4 31 'Š
|
||||
4 44 'Ž
|
||||
|
|
Loading…
Reference in a new issue