Skip to content

Commit

Permalink
keys: transform Ctrl_L into a Escape key for X1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jun 14, 2014
1 parent d79a3d0 commit fcd7b59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xkb/symbols/vbe
Expand Up @@ -12,11 +12,13 @@ xkb_symbols "webcam" {
};
};

partial
partial modifier_keys alphanumeric_keys
xkb_symbols "x1" {
key <LCTL> { [ Escape, Escape ] };
key <HOME> { [ Control_L, Control_L ] };
key <END> { [ Control_L, Control_L ] };
modifier_map Control { Control_L, <HOME>, <END> };

key <TLDE> { [ Insert, Insert ] };
key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
};

0 comments on commit fcd7b59

Please sign in to comment.