xkbdesc/symbols group,1.5,1.6

Sergey V. Oudaltsov xlibs-commit at pdx.freedesktop.org
Thu Sep 16 00:11:29 UTC 2004


Committed by: svu

Update of /cvs/xlibs/xkbdesc/symbols
In directory gabe:/tmp/cvs-serv23334/symbols

Modified Files:
	group 
Log Message:
shift_toggle -> shifts_toggle

Index: group
===================================================================
RCS file: /cvs/xlibs/xkbdesc/symbols/group,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- group	15 Sep 2004 22:20:20 -0000	1.5
+++ group	16 Sep 2004 00:11:27 -0000	1.6
@@ -84,12 +84,12 @@
     };
 };
 
-// using the group(shift_toggle) map, pressing both shift keys together
+// using the group(shifts_toggle) map, pressing both shift keys together
 // locks the next or previous sequential keyboard group 
 // (depending on which shift is pressed first - right or left, 
 // correspongingly)
 partial modifier_keys 
-xkb_symbols "shift_toggle" {
+xkb_symbols "shifts_toggle" {
     key <LFSH>	{	[	Shift_L,	ISO_Prev_Group ]	};
     key <RTSH>	{	[	Shift_R,	ISO_Next_Group ]	};
 };



More information about the xlibs-commit mailing list