Commit 2a026f6f72cea00c9bf5caf4105bcce034b3651b

Ran Benita 2012-08-28T15:55:35

test/data/symbols: keypad can only have one default section 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>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/data/symbols/keypad b/test/data/symbols/keypad
index 1bab391..d82c87c 100644
--- a/test/data/symbols/keypad
+++ b/test/data/symbols/keypad
@@ -578,7 +578,7 @@ xkb_symbols "atm" {
 };
 
 
-partial default modifier_keys
+partial modifier_keys
 xkb_symbols "pointerkeys" {
     key <NMLK> {	[ Num_Lock,	Pointer_EnableKeys 	]	};
 };