From 018fdbbc5fff90315d246e76dd005d3d520613af Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 3 Feb 2009 17:00:13 +1000 Subject: [PATCH] symbols/inet: force NumLock to be ONE_LEVEL for ibm_spacesavers. Better than defining two levels with the same symbol. Note that we have to force it as a ONE_LEVEL, otherwise the default Pointer_EnableKeys will be tacked on automatically. Signed-off-by: Peter Hutterer --- symbols/inet | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/symbols/inet b/symbols/inet index 0a4272b..c38e05d 100644 --- a/symbols/inet +++ b/symbols/inet @@ -972,7 +972,10 @@ xkb_symbols "thinkpad60" { // IBM Space Saver partial alphanumeric_keys xkb_symbols "ibm_spacesaver" { - key { [ Num_Lock, Num_Lock ] }; + key { + type="ONE_LEVEL", + symbols[Group1]= [ Num_Lock ] + }; }; // Logitech -- 2.7.4