mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 18:59:00 +00:00
Update to xkeyboard-config 2.10.1.
ok matthieu@
This commit is contained in:
42
dist/xkeyboard-config/symbols/no
vendored
42
dist/xkeyboard-config/symbols/no
vendored
@@ -1,6 +1,6 @@
|
||||
// based on a keyboard map from an 'xkb/symbols/no' file
|
||||
|
||||
partial default alphanumeric_keys
|
||||
default partial alphanumeric_keys
|
||||
xkb_symbols "basic" {
|
||||
|
||||
// Describes the differences between a very simple en_US
|
||||
@@ -11,11 +11,11 @@ xkb_symbols "basic" {
|
||||
|
||||
name[Group1]="Norwegian";
|
||||
|
||||
key <AB09> { [ period, colon, ellipsis, periodcentered ] };
|
||||
key <AB09> { [ period, colon, ellipsis, periodcentered ] };
|
||||
key <AB10> { [ minus, underscore, endash, emdash ] };
|
||||
key <AD04> { [ r, R, registered, trademark ] };
|
||||
key <AD10> { [ p, P, Greek_pi, Greek_PI ] };
|
||||
key <AE05> { [ 5, percent, onehalf, 0x1002030 ] };
|
||||
key <AD10> { [ p, P, Greek_pi, Greek_PI ] };
|
||||
key <AE05> { [ 5, percent, onehalf, 0x1002030 ] };
|
||||
|
||||
key <AE11> { [ plus, question, plusminus, questiondown ] };
|
||||
key <AE12> { [ backslash, dead_grave, dead_acute, notsign ] };
|
||||
@@ -45,7 +45,7 @@ xkb_symbols "nodeadkeys" {
|
||||
name[Group1]="Norwegian (eliminate dead keys)";
|
||||
|
||||
key <AE12> { [ backslash, grave, acute, ogonek ] };
|
||||
key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] };
|
||||
key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] };
|
||||
key <AC10> { [ oslash, Ooblique, acute, doubleacute ] };
|
||||
key <AC11> { [ ae, AE, asciicircum, caron ] };
|
||||
key <AB08> { [ comma, semicolon, cedilla, ogonek ] };
|
||||
@@ -64,7 +64,7 @@ xkb_symbols "dvorak" {
|
||||
key <AE01> { [ 1, exclam, exclamdown, onesuperior ] };
|
||||
key <AE02> { [ 2, quotedbl, at, twosuperior ] };
|
||||
key <AE03> { [ 3, numbersign, sterling, threesuperior ] };
|
||||
key <AE04> { [ 4, currency, dollar,onequarter ] };
|
||||
key <AE04> { [ 4, currency, dollar, onequarter ] };
|
||||
key <AE05> { [ 5, percent, onehalf, onehalf ] };
|
||||
key <AE06> { [ 6, ampersand, threequarters, threequarters ] };
|
||||
key <AE07> { [ 7, slash, braceleft, division ] };
|
||||
@@ -72,7 +72,7 @@ xkb_symbols "dvorak" {
|
||||
key <AE09> { [ 9, parenright, bracketright ] };
|
||||
key <AE10> { [ 0, equal, braceright ] };
|
||||
key <AE11> { [ plus, question, plusminus, questiondown ] };
|
||||
key <AE12> { [ backslash, grave, dead_acute, dead_grave ] };
|
||||
key <AE12> { [ backslash, grave, dead_acute, dead_grave ] };
|
||||
|
||||
key <AD01> { [ aring, Aring, braceright, bracketright ] };
|
||||
key <AD02> { [ comma, semicolon, dead_cedilla, cedilla ] };
|
||||
@@ -104,18 +104,17 @@ xkb_symbols "dvorak" {
|
||||
include "level3(ralt_switch)"
|
||||
};
|
||||
|
||||
// based on
|
||||
// Northern Sami keyboards for Finland, Norway and Sweden
|
||||
//
|
||||
// Describes the differences between a very simple en_US
|
||||
// keyboard and a Norwegian Northern Sami keyboard (with
|
||||
// dead key support) according to the spec on
|
||||
// http://www.hum.uit.no/a/trond/se-lat9-no-keys.html
|
||||
// Written by Børre Gaup <boerre.gaup@pc.nu>
|
||||
//
|
||||
|
||||
partial alphanumeric_keys
|
||||
xkb_symbols "smi" {
|
||||
|
||||
// Northern Sami keyboards for Finland, Norway and Sweden
|
||||
//
|
||||
// Describes the differences between a very simple en_US
|
||||
// keyboard and a Norwegian Northern Sami keyboard (with
|
||||
// dead-key support) according to the spec on
|
||||
// http://www.hum.uit.no/a/trond/se-lat9-no-keys.html
|
||||
// Written by Børre Gaup <boerre.gaup@pc.nu>.
|
||||
|
||||
include "latin"
|
||||
|
||||
name[Group1]= "Northern Saami (Norway)";
|
||||
@@ -191,7 +190,7 @@ partial alphanumeric_keys
|
||||
xkb_symbols "mac" {
|
||||
|
||||
// Describes the differences between a very simple en_US
|
||||
// keyboard and a very simple Norwegian keybaord
|
||||
// keyboard and a very simple Norwegian keyboard.
|
||||
|
||||
include "latin(type4)"
|
||||
name[Group1]= "Norwegian (Macintosh)";
|
||||
@@ -251,3 +250,10 @@ xkb_symbols "colemak" {
|
||||
key <AD09> { [ y, Y, leftarrow, yen ] };
|
||||
key <AD10> { [ oslash, Ooblique, dead_acute, dead_doubleacute ] };
|
||||
};
|
||||
|
||||
// EXTRAS:
|
||||
|
||||
partial alphanumeric_keys
|
||||
xkb_symbols "sun_type6" {
|
||||
include "sun_vndr/no(sun_type6)"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user