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/am | |
parent | 2e5eaecc33c2da27cbc3bac53f8dcb67e935c660 (diff) |
adding Swiss layouts and removing references to pc/ from files
Diffstat (limited to 'symbols/am')
-rw-r--r-- | symbols/am | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ // based on a keyboard map from an 'xkb/symbols/am' file // -// $XFree86: xc/programs/xkbcomp/symbols/pc/am,v 1.4 2003/05/29 12:41:58 pascal Exp $ +// $XFree86: xc/programs/xkbcomp/symbols/am,v 1.4 2003/05/29 12:41:58 pascal Exp $ partial default alphanumeric_keys xkb_symbols "basic" { @@ -66,7 +66,7 @@ xkb_symbols "basic" { }; xkb_symbols "old" { - include "pc/am(basic)" + include "am(basic)" key <BKSL> { [ 0x1002026, 0x1000587 ] }; @@ -122,7 +122,7 @@ xkb_symbols "old" { }; xkb_symbols "phonetic" { - include "pc/am(old)" + include "am(old)" key <BKSL> { [ 0x1000577, 0x1000547 ] }; |