From ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 24 Jul 2009 17:45:11 +0000 Subject: Added xkeyboard-config-1.6.tar.gz --- xorg-server/xkbdata.src/symbols/ctrl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'xorg-server/xkbdata.src/symbols/ctrl') diff --git a/xorg-server/xkbdata.src/symbols/ctrl b/xorg-server/xkbdata.src/symbols/ctrl index ca3b8bdc1..e9c4efff5 100644 --- a/xorg-server/xkbdata.src/symbols/ctrl +++ b/xorg-server/xkbdata.src/symbols/ctrl @@ -5,15 +5,15 @@ // eliminate the caps lock key completely (replace with control) partial modifier_keys xkb_symbols "nocaps" { - key { symbols[Group1]= [ Control_L, Control_L ] }; + replace key { [ Control_L, Control_L ] }; modifier_map Control { , }; }; // swap the caps lock key with the left control key partial modifier_keys xkb_symbols "swapcaps" { - key { symbols[Group1]= [ Control_L ] }; - key { symbols[Group1]= [ Caps_Lock ] }; + replace key { [ Control_L ] }; + replace key { [ Caps_Lock ] }; }; // moves the control key to the middle row and the caps lock @@ -21,8 +21,8 @@ xkb_symbols "swapcaps" { // file has defined appropriate aliases for the keys in question. partial modifier_keys xkb_symbols "ctrl_ac" { - key { symbols[Group1]= [ Control_L ] }; - key { symbols[Group1]= [ Caps_Lock ] }; + replace key { [ Control_L ] }; + replace key { [ Caps_Lock ] }; }; // Moves the control key to the bottom row and the caps lock @@ -30,8 +30,8 @@ xkb_symbols "ctrl_ac" { // file has defined appropriate aliases for the keys in question. partial modifier_keys xkb_symbols "ctrl_aa" { - key { symbols[Group1]= [ Control_L ] }; - key { symbols[Group1]= [ Caps_Lock ] }; + replace key { [ Control_L ] }; + replace key { [ Caps_Lock ] }; }; // Right Ctrl works as Right Alt -- cgit v1.2.3