From 9be485f3020c4bb4675fca292ddc62663acf02ac Mon Sep 17 00:00:00 2001 From: Sergey Udaltsov Date: Tue, 31 Jan 2017 23:47:50 +0000 Subject: Erroneous patch applied for modifiers Need rework https://bugs.freedesktop.org/show_bug.cgi?id=98226 --- symbols/ctrl | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/symbols/ctrl b/symbols/ctrl index 5f635683..dd68add1 100644 --- a/symbols/ctrl +++ b/symbols/ctrl @@ -8,7 +8,6 @@ xkb_symbols "nocaps" { // Make the left Ctrl key a left Meta. xkb_symbols "lctrl_meta" { replace key { [ Meta_L ] }; - modifier_map Meta { }; }; // Swap the functions of the CapsLock key and the left Ctrl key. @@ -16,8 +15,6 @@ partial modifier_keys xkb_symbols "swapcaps" { replace key { [ Control_L ] }; replace key { [ Caps_Lock ] }; - modifier_map Control { }; - modifier_map Lock { }; }; // Move Ctrl to the leftmost key on the middle row and CapsLock to the @@ -27,8 +24,6 @@ partial modifier_keys xkb_symbols "ac_ctrl" { replace key { [ Control_L ] }; replace key { [ Caps_Lock ] }; - modifier_map Control { }; - modifier_map Lock { }; }; // Move Ctrl to the leftmost key on the bottom row and CapsLock to the @@ -38,15 +33,12 @@ partial modifier_keys xkb_symbols "aa_ctrl" { replace key { [ Control_L ] }; replace key { [ Caps_Lock ] }; - modifier_map Control { }; - modifier_map Lock { }; }; // Right Ctrl key functions as another right Alt. partial modifier_keys xkb_symbols "rctrl_ralt" { key { symbols[Group1]= [ Alt_R ] }; - modifier_map Alt { }; }; // Menu key functions as another right Ctrl. @@ -69,8 +61,6 @@ partial modifier_keys xkb_symbols "swap_lalt_lctl" { replace key { [ Control_L, Control_L ] }; replace key { [ Alt_L, Meta_L ] }; - modifier_map Alt { }; - modifier_map Control { }; }; // Swap the functions of the left Win key and the left Ctrl key. @@ -78,8 +68,6 @@ partial modifier_keys xkb_symbols "swap_lwin_lctl" { replace key { [ Control_L ] }; replace key { [ Super_L ] }; - modifier_map Mod4 { }; - modifier_map Control { }; }; // Swap the functions of the right Win key and the right Ctrl key. @@ -87,8 +75,6 @@ partial modifier_keys xkb_symbols "swap_rwin_rctl" { replace key { [ Control_R ] }; replace key { [ Super_R ] }; - modifier_map Mod4 { }; - modifier_map Control { }; }; // Map Ctrl to the left Alt key, Alt to the left Win key, @@ -98,7 +84,4 @@ xkb_symbols "swap_lalt_lctl_lwin" { replace key { [ Control_L, Control_L ] }; replace key { [ Alt_L, Meta_L ] }; replace key { [ Super_L ] }; - modifier_map Alt { }; - modifier_map Mod4 { }; - modifier_map Control { }; }; -- cgit v1.2.3