diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-13 15:31:04 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-13 15:31:04 +0200 |
commit | 221b8696a5e0208ae79bb266ff7bd85d835e54c0 (patch) | |
tree | 57ba6e9b185bdbf8c56476782d029154ea9e8130 /sys/lib/kbmap | |
parent | c4782818f49521c0783a197375bce701fb0a9572 (diff) |
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
Diffstat (limited to 'sys/lib/kbmap')
-rw-r--r-- | sys/lib/kbmap/ee | 95 |
1 files changed, 51 insertions, 44 deletions
diff --git a/sys/lib/kbmap/ee b/sys/lib/kbmap/ee index d28ca8983..35f4f7827 100644 --- a/sys/lib/kbmap/ee +++ b/sys/lib/kbmap/ee @@ -1,44 +1,51 @@ -0 12 '+
-0 13 '´
-0 26 'ü
-0 27 'õ
-0 39 'ö
-0 40 'ä
-0 41 '^
-0 43 ''
-0 51 ',
-0 52 '.
-0 53 '-
-0 86 '<
-1 2 '!
-1 3 '"
-1 4 '#
-1 5 '¤
-1 6 '%
-1 7 '&
-1 8 '/
-1 9 '(
-1 10 ')
-1 11 '=
-1 12 '?
-1 13 '`
-1 26 'Ã
-1 27 'Ã
-1 39 'Ã
-1 40 'Ã
-1 41 '~
-1 43 '*
-1 51 ';
-1 52 ':
-1 53 '_
-1 86 '>
-3 3 '@
-3 4 '£
-3 5 '$
-3 8 '{
-3 9 '[
-3 10 ']
-3 11 '}
-3 12 '\
-3 27 '§
-3 43 '½
+0 12 '+ +0 13 '´ +0 26 'ü +0 27 'õ +0 39 'ö +0 40 'ä +0 41 'ˇ +0 43 '' +0 51 ', +0 52 '. +0 53 '- +0 86 '< +1 2 '! +1 3 '" +1 4 '# +1 5 '¤ +1 6 '% +1 7 '& +1 8 '/ +1 9 '( +1 10 ') +1 11 '= +1 12 '? +1 13 '` +1 26 'Ü +1 27 'Õ +1 39 'Ö +1 40 'Ä +1 41 '~ +1 43 '* +1 51 '; +1 52 ': +1 53 '_ +1 86 '> +3 3 '@ +3 4 '£ +3 5 '$ +3 8 '{ +3 9 '[ +3 10 '] +3 11 '} +3 12 '\ +3 18 '€ +3 27 '§ +3 27 '½ +3 31 'š +3 40 '^ +3 44 'ž +3 86 '| +4 31 'Š +4 44 'Ž |