diff options
author | svu <svu> | 2004-04-10 02:08:51 +0000 |
---|---|---|
committer | svu <svu> | 2004-04-10 02:08:51 +0000 |
commit | 9bbda6bfbcc29a575ea3b5cb7bd2553767e80d53 (patch) | |
tree | 8bc7094a3bc1cd14e8c652d0f4669f3371f80407 /symbols/no | |
parent | cfecfecb04a7c73bdd79e659b1d4f1192593ce8c (diff) | |
download | xkeyboard-config-9bbda6bfbcc29a575ea3b5cb7bd2553767e80d53.tar.gz xkeyboard-config-9bbda6bfbcc29a575ea3b5cb7bd2553767e80d53.tar.bz2 xkeyboard-config-9bbda6bfbcc29a575ea3b5cb7bd2553767e80d53.zip |
first feed-in of the layouts. The revolution is coming
Diffstat (limited to 'symbols/no')
-rw-r--r-- | symbols/no | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/symbols/no b/symbols/no new file mode 100644 index 00000000..76bda26f --- /dev/null +++ b/symbols/no @@ -0,0 +1,46 @@ + +// 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 $ + +partial alphanumeric_keys +xkb_symbols "basic" { + + // Describes the differences between a very simple en_US + // keyboard and a Norwegian keyboard with dead key support + // and all of ISO-8859-1 characters available. + + include "pc/latin(type2)" + + name[Group1]="Norwegian"; + + key <AE11> { [ plus, question, plusminus, questiondown ] }; + key <AE12> { [ backslash, dead_grave, dead_acute, notsign ] }; + + + key <AC10> { [ oslash, Ooblique, dead_acute, dead_doubleacute ] }; + key <AC11> { [ ae, AE, dead_circumflex, dead_caron] }; + key <TLDE> { [ bar, section, brokenbar, paragraph ] }; + + key <BKSL> { [apostrophe, asterisk, dead_doubleacute, multiply ] }; + key <LSGT> { [ less, greater, onehalf, threequarters] }; + + key <KPDL> { [ KP_Delete, KP_Separator ] }; + + include "level3(ralt_switch_multikey)" +}; + +partial alphanumeric_keys +xkb_symbols "nodeadkeys" { + + // Modifies the basic Norwegian layout to eliminate dead keys + + include "pc/no(basic)" + + key <AE12> { [ backslash, grave, acute, ogonek ] }; + key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] }; + key <AC10> { [ oslash, Ooblique, acute, doubleacute ] }; + key <AC11> { [ ae, AE, asciicircum, caron ] }; + key <AB08> { [ comma, semicolon, cedilla, ogonek ] }; + key <AB09> { [ period, colon, periodcentered, abovedot ] }; +}; |