// NEOQWERTZ keyboard layout // // (c) 2016 by Andreas Hofmann // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . xkb_keymap { xkb_keycodes { include "evdev+aliases(qwertz)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; partial alphanumeric_keys modifier_keys keypad_keys xkb_symbols { include "inet(evdev)" include "pc" include "de(neo_base)" name[Group1]="German (eliminate dead keys with advanced NEO layers)"; key { [ asciicircum, degree ] }; key { [ 1, exclam ] }; key { [ 2, quotedbl ] }; key { [ 3, section ] }; key { [ 4, dollar ] }; key { [ 5, percent ] }; key { [ 6, ampersand ] }; key { [ 7, slash ], [ braceleft ] }; key { [ 8, parenleft ], [ bracketleft ] }; key { [ 9, parenright ], [ bracketright ] }; key { [ 0, equal ], [ braceright ] }; key { [ ssharp, question ], [ backslash ] }; key { [ acute, grave ] }; key { [ q, Q ], [ at ] }; key { [ w, W ], [ NoSymbol ] }; key { [ e, E ], [ EuroSign ] }; key { [ r, R ], [ NoSymbol ] }; key { [ t, T ] }; key { [ z, Z ] }; key { [ u, U ] }; key { [ i, I ] }; key { [ o, O ] }; key { [ p, P ] }; key { [ udiaeresis, Udiaeresis ] }; key { [ a, A ] }; key { [ s, S ] }; key { [ d, D ] }; key { [ f, F ] }; key { [ g, G ] }; key { [ h, H ] }; key { [ j, J ] }; key { [ k, K ] }; key { [ l, L ] }; key { [ odiaeresis, Odiaeresis ] }; key { [ adiaeresis, Adiaeresis ] }; key { [ y, Y ] }; key { [ x, X ] }; key { [ c, C ] }; key { [ v, V ] }; key { [ b, B ] }; key { [ n, N ] }; key { [ m, M ] }; key { [ comma, semicolon ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; key { [ plus, asterisk ], [ asciitilde ] }; include "shift(both_capslock)" include "level3(caps_switch)" include "level3(bksl_switch)" include "level5(lsgt_switch)" include "level5(ralt_switch)" modifier_map Control{ Control_L }; key.type = "ONE_LEVEL"; key { [ ISO_Group_Latch ] }; }; xkb_geometry { include "pc(pc105)" }; };