diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-03-20 09:42:31 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-03-20 09:42:31 +0000 |
commit | 4a55a1b8f4e695b5da28cad8805f9e24f2213efa (patch) | |
tree | 9a69b3d994f9fb0fa1c22c6bb42acbfd076eb394 /linux | |
parent | 186b6494ef671a77e097b92f067879cdd5d2d5d0 (diff) |
tastaturmausschalter jetzt auf der richtigen taste
erreichbar über shift+m4+t1
git-svn-id: https://svn.neo-layout.org@1753 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rw-r--r-- | linux/X/de | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -266,7 +266,7 @@ xkb_symbols "neo" { // number row // -------------------------------------------------------------- - key <TLDE> { [ dead_circumflex, dead_tilde, dead_abovering, dead_breve, dead_caron, NoSymbol, dead_macron ] }; + key <TLDE> { [ dead_circumflex, dead_tilde, dead_abovering, dead_breve, dead_caron, Pointer_EnableKeys, dead_macron ] }; key <AE01> { [ 1, degree, onesuperior, onesubscript, ordfeminine, NoSymbol, notsign ] }; key <AE02> { [ 2, section, twosuperior, twosubscript, masculine, NoSymbol, logicalor ] }; @@ -300,7 +300,7 @@ NoSymbol ] }; key <AD08> { [ g, G, greater, Greek_gamma, KP_8, NoSymbol, Greek_GAMMA ] }; key <AD09> { [ f, F, equal, Greek_phi, KP_9, NoSymbol, Greek_PHI ] }; key <AD10> { [ q, Q, ampersand, U03D5, KP_Add, NoSymbol, U211A ] }; - key <AD11> { [ ssharp, U1E9E, U017F, Greek_finalsmallsigma, NoSymbol,Pointer_EnableKeys, jot ] }; + key <AD11> { [ ssharp, U1E9E, U017F, Greek_finalsmallsigma, NoSymbol, NoSymbol, jot ] }; key <AD12> { [ dead_acute, dead_cedilla, dead_stroke, dead_psili, dead_doubleacute, NoSymbol, dead_abovedot ] }; |