From 4ea510e783134ea8413be82e665fc9ef6f2cc88b Mon Sep 17 00:00:00 2001 From: svu Date: Fri, 30 Dec 2005 01:56:21 +0000 Subject: [PATCH] expanding caps as lctrl, closing b.fd.o#3193 --- ChangeLog | 5 +++++ symbols/ctrl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4ad009e..545b9f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-30 svu + + * symbols/ctrl: expanding Caps a bit, closing + https://bugs.freedesktop.org/show_bug.cgi?id=3193 + 2005-12-20 svu * symbols/hu: returned def_dot (instead of def_comma, really diff --git a/symbols/ctrl b/symbols/ctrl index 5058a3d..ca3b8bd 100644 --- a/symbols/ctrl +++ b/symbols/ctrl @@ -5,7 +5,7 @@ // eliminate the caps lock key completely (replace with control) partial modifier_keys xkb_symbols "nocaps" { - key { symbols[Group1]= [ Control_L ] }; + key { symbols[Group1]= [ Control_L, Control_L ] }; modifier_map Control { , }; }; -- 2.32.0.93.g670b81a890