// German Neolayout // Fragen? mail an: lucky (bei) zankt (punkt) net oder // neo_layout (bei) yahoogroups (punkt) de partial xkb_symbols "basic" { name[Group1]= "German Neostyle (v.2.0)"; key.type[group1]="EIGHT_LEVEL_SEMIALPHABETIC"; // Zahlenreihe // eigentlich sollte die folgende Zeile rein, aber auf älteren Systemen ist der dead_stroke noch nicht definiert! // key { [ dead_circumflex, dead_caron, dead_breve, dead_stroke ] }; key { [ dead_circumflex, dead_caron, dead_breve ] }; key { [ 1, degree, notsign, onesuperior ] }; key { [ 2, paragraph, 2, twosuperior ] }; key { [ 3, section, 3, threesuperior ] }; key { [ 4, dollar, yen, cent, Prior, Prior ] }; key { [ 5, EuroSign, sterling, currency ] }; key { [ 6, ordfeminine, ae, AE ] }; key { [ 7, masculine, oe, OE ] }; key { [ 8, doublelowquotemark, singlelowquotemark, guillemotright, slash ] }; key { [ 9, leftdoublequotemark, leftsinglequotemark, guillemotleft, asterisk] }; key { [ 0, rightdoublequotemark, rightsinglequotemark, U203A, minus ] }; key { [ minus, U2013, U2014, U2039 ] }; key { [ dead_acute, dead_grave, dead_cedilla, dead_ogonek, dead_abovedot, dead_abovering ] }; // obere Reihe key { [ x, X, at, Greek_xi, Escape, Greek_XI ] }; key { [ v, V, underscore, underscore, BackSpace, U039B ] }; key { [ l, L, bracketleft, Greek_lambda, Up, Up ] }; key { [ c, C, bracketright, Greek_chi, ccedilla, copyright ] }; key { [ w, W, asciicircum, asciicircum, Insert ] }; key { [ k, K, exclam, Greek_kappa, exclamdown ] }; key { [ h, H, less, Greek_psi, 7, Greek_PSI ] }; key { [ g, G, greater, Greek_gamma, 8, Greek_GAMMA ] }; key { [ f, F, equal, Greek_phi, 9, Greek_PHI ] }; key { [ q, Q, ampersand, ampersand, plus ] }; key { [ ssharp, minus, U133, U132, schwa, SCHWA ] }; key { [ dead_tilde, dead_macron, dead_diaeresis, dead_doubleacute, dead_belowdot, dead_belowdot ] }; // mittlere Reihe key { [ u, U, backslash, backslash, Home, Home ] }; key { [ i, I, slash, Greek_iota, Left, Left ] }; key { [ a, A, braceleft, Greek_alpha, Down, Down ] }; key { [ e, E, braceright, Greek_epsilon, Right, Right ] }; key { [ o, O, asterisk, Greek_omega, End, End ] }; key { [ s, S, question, Greek_sigma, questiondown, Greek_SIGMA ] }; key { [ n, N, parenleft, Greek_nu, 4, U2116 ] }; key { [ r, R, parenright, Greek_rho, 5, registered ] }; key { [ t, T, minus, Greek_tau, 6, trademark ] }; key { [ d, D, colon, Greek_delta, comma, Greek_DELTA ] }; key { [ y, Y, y, Greek_upsilon, thorn, THORN ] }; // untere Reihe key { [ odiaeresis, Odiaeresis, asciitilde, asciitilde, Tab, Tab ] }; key { [ udiaeresis, Udiaeresis, dollar, Udiaeresis, Delete ] }; key { [ adiaeresis, Adiaeresis, bar, Greek_eta, Next, Next ] }; key { [ p, P, numbersign, Greek_pi, p, Greek_PI ] }; key { [ z, Z, grave, Greek_zeta, z, Greek_ZETA ] }; key { [ b, B, plus, Greek_beta, plusminus, Greek_Beta ] }; key { [ m, M, percent, mu, 1 ] }; key { [ comma, semicolon, semicolon, U3D1, 2 ] }; key { [ period, colon, quotedbl, Greek_theta, 3, Greek_THETA ] }; key { [ j, J, apostrophe, apostrophe, period ] }; key { [ space, space, space, space, 0, space ] }; // Keypad key { [ Num_Lock, Pointer_EnableKeys ] }; key { [ KP_Divide, KP_Divide, division, U2215 ] }; key { [ KP_Multiply, KP_Multiply, multiply, U22C5, U2217 ] }; key { [ KP_Subtract, KP_Subtract, U2212 ] }; key { [ KP_Home, KP_7, seveneighths, oneeighth ] }; key { [ KP_Up, KP_8, uparrow, fiveeighths ] }; key { [ KP_Prior, KP_9, threeeighths, threeeighths ] }; key { [ KP_Add, plusminus, plusminus, U2213 ] }; key { [ KP_Left, KP_4, leftarrow, onequarter ] }; key { [ KP_Begin, KP_5, dagger, onehalf ] }; key { [ KP_Right, KP_6, rightarrow, threequarters ] }; key { [ KP_End, KP_1, onesuperior, onesuperior ] }; key { [ KP_Down, KP_2, downarrow, twosuperior ] }; key { [ KP_Next, KP_3, threesuperior, threesuperior ] }; key { [ KP_Enter ] }; key { [ KP_Equal ] }; key { [ KP_Insert, KP_0, percent, U2030 ] }; key { [ KP_Delete, KP_Decimal, period, comma ] }; // die neuen Mods include "neo(raltgr)" include "neo(rmodv)" include "neo(laltgr)" include "neo(lmodv)" }; // und die Mod-Definition partial modifier_keys xkb_symbols "rmodv" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ 0xfe11 ] }; modifier_map Mod3 { 0xfe11 }; }; partial modifier_keys xkb_symbols "raltgr" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; }; partial modifier_keys xkb_symbols "laltgr" { key { type[Group1]="EIGHT_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, Caps_Lock, Caps_Lock, Caps_Lock, Caps_Lock ] }; }; partial modifier_keys xkb_symbols "lmodv" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ 0xfe11 ] }; modifier_map Mod3 { 0xfe11 }; };