diff options
author | svu <svu> | 2004-04-21 23:39:47 +0000 |
---|---|---|
committer | svu <svu> | 2004-04-21 23:39:47 +0000 |
commit | 6195973c1eaf1273e5b5a49bc7bd96ff26858ca2 (patch) | |
tree | c0d98cb4dedfe5fa2fe89fac05b373cf0fef3952 /symbols/no | |
parent | 2e5eaecc33c2da27cbc3bac53f8dcb67e935c660 (diff) | |
download | xkeyboard-config-6195973c1eaf1273e5b5a49bc7bd96ff26858ca2.tar.gz xkeyboard-config-6195973c1eaf1273e5b5a49bc7bd96ff26858ca2.tar.bz2 xkeyboard-config-6195973c1eaf1273e5b5a49bc7bd96ff26858ca2.zip |
adding Swiss layouts and removing references to pc/ from files
Diffstat (limited to 'symbols/no')
-rw-r--r-- | symbols/no | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ // based on a keyboard map from an 'xkb/symbols/no' file // -// $XFree86: xc/programs/xkbcomp/symbols/pc/no,v 1.3 2002/12/19 01:07:56 dawes Exp $ +// $XFree86: xc/programs/xkbcomp/symbols/no,v 1.3 2002/12/19 01:07:56 dawes Exp $ partial alphanumeric_keys xkb_symbols "basic" { @@ -10,7 +10,7 @@ xkb_symbols "basic" { // keyboard and a Norwegian keyboard with dead key support // and all of ISO-8859-1 characters available. - include "pc/latin(type2)" + include "latin(type2)" name[Group1]="Norwegian"; @@ -35,7 +35,7 @@ xkb_symbols "nodeadkeys" { // Modifies the basic Norwegian layout to eliminate dead keys - include "pc/no(basic)" + include "no(basic)" key <AE12> { [ backslash, grave, acute, ogonek ] }; key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] }; |