xkeyboard-config/symbols group,1.13,1.14
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]> Mon, 7 Apr 2008 14:23:52 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu
Update of /cvs/xkeyboard-config/xkeyboard-config/symbols
In directory kemper:/tmp/cvs-serv10678/symbols
Modified Files:
group
Log Message:
added group(shift_caps_switch), b.fd.o#15383
Index: group
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/group,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- group 24 Jan 2008 23:21:06 -0000 1.13
+++ group 7 Apr 2008 21:28:16 -0000 1.14
@@ -141,6 +141,14 @@
key <CAPS> { [ Caps_Lock, ISO_Next_Group ] };
};
+// using the group(shift_caps_switch) map, pressing:
+// Caps Lock selects the first group
+// Shift+Caps Lock selects the last group
+partial modifier_keys
+xkb_symbols "shift_caps_switch" {
+ key <CAPS> { [ ISO_First_Group, ISO_Last_Group ] };
+};
+
// using the group(ctrl_alt_toggle) map, pressing:
// Control_L+Alt_L locks the previous group
// Control_R+Alt_R locks the next group