diff options
author | svu <svu> | 2005-01-16 02:18:20 +0000 |
---|---|---|
committer | svu <svu> | 2005-01-16 02:18:20 +0000 |
commit | 999e981f4c32cb6d3fda1a96c456fa25f18e475c (patch) | |
tree | 931b188b4990bb7f809bcaabe225bdc049d2d55c /symbols/fo | |
parent | 290f15c4d670ca8a2021ed8b18f82d90ea676bef (diff) |
introducing the consistency in the group names
Diffstat (limited to 'symbols/fo')
-rw-r--r-- | symbols/fo | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ // $XKeyboardConfig$ -partial alphanumeric_keys +partial default alphanumeric_keys xkb_symbols "basic" { include "latin(type2)" @@ -37,6 +37,8 @@ xkb_symbols "nodeadkeys" { include "fo(basic)" + name[Group1]= "Faroe Islands - Eliminate dead keys"; + key <AE12> { [ acute, grave, bar, ogonek ] }; key <AD11> { [ aring, Aring, diaeresis, degree ] }; key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] }; |