[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#678553: patch



From: christoph.groth@cea.fr
Subject: altwin:ctrl_alt_win does not map "Win" to Ctrl keys
To: Sergey V. Udaltsov <svu@gnome.org>
Date: Fri, 15 Mar 2013 09:50:27 +0100 (1 day, 23 hours, 44 minutes ago)

The following patch for the file /usr/share/X11/xkb/symbols/altwin
seems to solve the problem prefectly.

--- altwin.orig	2013-03-15 08:58:32.382628060 +0100
+++ altwin	2013-03-15 09:33:02.547608084 +0100
@@ -23,8 +23,11 @@
                  symbols[Group1] = [ Control_R, Control_R ] };
     key <LWIN> {	[	Alt_L, Meta_L    	]	};
     key <RWIN> {	[	Alt_R, Meta_R		]	};
+    key <LCTL> {	[	Super_L			]	};
+    key <RCTL> {	[	Super_R			]	};
     modifier_map Control { <RALT>, <LALT> };
     modifier_map  Mod1 { <LWIN>, <RWIN> };
+    modifier_map  Mod4 { <LCTL>, <RCTL> };
 };
 
 


Reply to: