partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a Danish keyboard with dead key support // and all of ISO-8859-1 characters available. // No, rather the entire Danish keybord... asjo. name[Group1]= "Danish"; key { [ Escape ] }; key { [ BackSpace ] }; key { [ Tab, ISO_Left_Tab ] }; key { [ q, Q ] }; key { [ w, W ] }; key { [ y, Y ] }; key { [ u, U ] }; key { [ p, P ] }; key { [ Caps_Lock ] }; key { [ s, S ] }; key { [ f, F ] }; key { [ g, G ] }; key { [ h, H ] }; key { [ j, J ] }; key { [ k, K ] }; key { [ l, L ] }; key { [ Return ] }; key { [ z, Z ] }; key { [ x, X ] }; key { [ v, V ] }; key { [ b, B ] }; key { [ n, N ] }; key { [ m, M ] }; key { [ dollar, section ], [ threequarters, paragraph ]}; key { [ less, greater ], [ backslash, notsign ]}; key { [ space, space ], [ nobreakspace, nobreakspace ]}; key { [ 1, exclam ], [ exclamdown, onesuperior ]}; key { [ 2, quotedbl ], [ at, twosuperior ]}; key { [ 3, numbersign ], [ sterling, threesuperior ]}; key { [ 4, currency ], [ dollar, onequarter ]}; key { [ 5, percent ], [ NoSymbol, cent ]}; key { [ 6, ampersand ], [ yen, NoSymbol ]}; key { [ 7, slash ], [ braceleft, division ]}; key { [ 8, parenleft ], [ bracketleft, guillemotleft ]}; key { [ 9, parenright ], [ bracketright, guillemotright ]}; key { [ 0, equal ], [ braceright, degree ]}; key { [ comma, semicolon ], [ dead_cedilla, dead_ogonek ]}; key { [ period, colon ], [ periodcentered, dead_abovedot ]}; key { [ c, C ], [ copyright, NoSymbol ]}; key { [ minus, underscore ], [ hyphen, macron ]}; key { [ a, A ], [ ordfeminine, masculine ]}; key { [ d, D ], [ eth, ETH ]}; key { [ e, E ], [ NoSymbol, cent ]}; key { [ r, R ], [ registered, NoSymbol ]}; key { [ t, T ], [ thorn, THORN ]}; key { [ i, I ], [ NoSymbol, NoSymbol ]}; key { [ o, O ], [ oe, OE ]}; key { [ ae, AE ]}; key { [ plus, question ], [ plusminus, questiondown ]}; key { [ oslash, Ooblique ]}; key { [ apostrophe, asterisk ], [dead_doubleacute, multiply ]}; key { [ aring, Aring ]}; key { [ dead_acute, dead_grave ], [ bar, brokenbar ]}; key { [ dead_diaeresis, dead_circumflex ], [ dead_tilde, dead_caron ]}; // End alphanumeric section // Begin modifier mappings key { [ Meta_L ] }; key { [ Shift_L ] }; key { [ Control_L ] }; key { [ Mode_switch ] }; key { [ Meta_R ] }; key { [ Shift_R ] }; key { [ Control_R ] }; // key { [ Alt_R ] }; // End modifier mappings // Begin "Function" section key { [ F1 ] }; key { [ F2 ] }; key { [ F3 ] }; key { [ F4 ] }; key { [ F5 ] }; key { [ F6 ] }; key { [ F7 ] }; key { [ F8 ] }; key { [ F9 ] }; key { [ F10 ] }; key { [ F11 ] }; key { [ F12 ] }; key { [ Print ] }; key { [ Scroll_Lock ] }; key { [ Pause ] }; // End "Function" section // Begin "Editing" section key { [ Insert ] }; key { [ Home ] }; key { [ Prior ] }; key { [ Delete ] }; key { [ End ] }; key { [ Next ] }; key { [ Up ] }; key { [ Left ] }; key { [ Down ] }; key { [ Right ] }; // End "Editing" section // Begin "Keypad" section key { [ Num_Lock ] }; key { [ KP_Equal ] }; key { [ KP_Divide ] }; key { [ KP_Multiply ] }; key { [ KP_7 ] }; key { [ KP_8 ] }; key { [ KP_9 ] }; key { [ KP_Subtract ] }; key { [ KP_4 ] }; key { [ KP_5 ] }; key { [ KP_6 ] }; key { [ KP_Add ] }; key { [ KP_1 ] }; key { [ KP_2 ] }; key { [ KP_3 ] }; key { [ KP_Enter ] }; key { [ KP_0 ] }; key { [ KP_Decimal ] }; // End "Keypad" section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; // Shut down X with Ctrl-Apple-Backspace: modifier_map Mod1 { Meta_L }; // This makes the Apple-key function as Meta in XEmacs: // modifier_map Mod4 { Meta_L, Meta_R }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { // For naming consistency include "dk(basic)" }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { // For naming consistency include "dk(Sundeadkeys)" }; partial default alphanumeric_keys xkb_symbols "full" { include "iso9995-3(full)" include "dk(basic)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "dk(basic)" key { [ acute, grave ], [ bar, ogonek ] }; key { [ diaeresis, asciicircum ], [ asciitilde, dead_macron ] }; };