test/data/symbols: keypad can only have one default section
authorRan Benita <ran234@gmail.com>
Tue, 28 Aug 2012 12:55:35 +0000 (15:55 +0300)
committerRan Benita <ran234@gmail.com>
Mon, 3 Sep 2012 07:31:12 +0000 (10:31 +0300)
Avoids a warning, from xkeyboard-config:

commit 6676053f2c93596c2aaa9905151a5c76355a1540
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Jun 29 09:53:45 2012 +1000

    symbols: keypad can only have one default section

    Warning:          Multiple default components in keypad
                      Using x11, ignoring pointerkeys

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Ran Benita <ran234@gmail.com>
test/data/symbols/keypad

index 1bab391..d82c87c 100644 (file)
@@ -578,7 +578,7 @@ xkb_symbols "atm" {
 };
 
 
-partial default modifier_keys
+partial modifier_keys
 xkb_symbols "pointerkeys" {
     key <NMLK> {       [ Num_Lock,     Pointer_EnableKeys      ]       };
 };