diff options
-rw-r--r-- | symbols/group | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/symbols/group b/symbols/group index 15be46c6..5fe642e8 100644 --- a/symbols/group +++ b/symbols/group @@ -84,7 +84,9 @@ xkb_symbols "toggle" { }; // using the group(shift_toggle) map, pressing both shift keys together -// locks the next sequential keyboard group. +// 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" { key <LFSH> { [ Shift_L, ISO_Prev_Group ] }; |