diff options
Diffstat (limited to 'linux/X')
-rw-r--r-- | linux/X/de | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -376,7 +376,7 @@ xkb_symbols "neo" { // bottommost row // -------------------------------------------------------------- - key <KP0> { [ KP_0, space, percent, U2030, KP_Insert, KP_Insert, U25A1 ] }; + key <KP0> { [ KP_0, U2423, percent, U2030, KP_Insert, KP_Insert, U25A1 ] }; key <KPDL> { [ KP_Decimal, comma, period, apostrophe, KP_Delete, KP_Delete, quotedbl ] }; }; @@ -490,4 +490,4 @@ xkb_symbols "qwerty" { key <AB01> { [ z, Z, leftarrow, yen ] }; key <AD06> { [ y, Y, guillemotleft, less ] }; -};
\ No newline at end of file +}; |