Skip to content

Commit

Permalink
make the ctrsl_toggle consistend with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
svu committed Sep 15, 2004
1 parent 90d4925 commit 4912d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion symbols/group
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// $XKeyboardConfig$
// $Xorg: group,v 1.3 2000/08/17 19:54:43 cpqbld Exp $
// using the group(switch) map, the right alt key temporarily chooses
// the second keyboard group (until it is released).
Expand Down Expand Up @@ -219,7 +220,7 @@ xkb_symbols "ctrls_toggle" {
virtual_modifiers AltGr;
key <LCTL> {
type="PC_BREAK",
symbols[Group1]= [ NoSymbol, ISO_Next_Group ]
symbols[Group1]= [ NoSymbol, ISO_Prev_Group ]
};
key <RCTL> {
type="PC_BREAK",
Expand Down

0 comments on commit 4912d8e

Please sign in to comment.