View | Details | Raw Unified | Return to bug 30605
Collapse All | Expand All

(-)ctrl.orig (-1 / +1 lines)
Lines 43-49 Link Here
43
43
44
// swap the caps lock key with the left control key
44
// swap the caps lock key with the left control key
45
// and using left control key to switch groups
45
// and using left control key to switch groups
46
partial modifier_keys.
46
partial modifier_keys
47
xkb_symbols "swapcapsgrp" {
47
xkb_symbols "swapcapsgrp" {
48
    key <CAPS> { symbols[Group1]= [ Control_L ] };
48
    key <CAPS> { symbols[Group1]= [ Control_L ] };
49
    key <LCTL> { symbols[Group1]= [ ISO_Next_Group, Caps_Lock ] };
49
    key <LCTL> { symbols[Group1]= [ ISO_Next_Group, Caps_Lock ] };

Return to bug 30605