summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-05-11 17:01:16 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-05-13 11:13:23 +0200
commitc62a64feb61240b29068884c9560fda06f8ba794 (patch)
tree96157c962361f52917dc4f967068b3bf3576de69 /types
parentd5267985f7863c157f7bbbdc398629012f86a8db (diff)
downloadxkeyboard-config-c62a64feb61240b29068884c9560fda06f8ba794.tar.gz
remove pieces that are no longer needed after the previous two commits
And some pieces that became redundant after commit 4346c44713 from six years ago: it made the Ctrls toggle rely on the plain Control modifier again instead of on the non-working LControl/RControl virtual modifiers. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'types')
-rw-r--r--types/pc36
1 files changed, 0 insertions, 36 deletions
diff --git a/types/pc b/types/pc
index a980664..03fe1c8 100644
--- a/types/pc
+++ b/types/pc
@@ -6,10 +6,6 @@ default partial xkb_types "default" {
virtual_modifiers Alt;
virtual_modifiers LevelThree;
- virtual_modifiers LAlt;
- virtual_modifiers RAlt;
- virtual_modifiers RControl;
- virtual_modifiers LControl;
type "PC_SUPER_LEVEL2" {
modifiers = Mod4;
@@ -27,22 +23,6 @@ default partial xkb_types "default" {
level_name[Level2] = "Control";
};
- type "PC_LCONTROL_LEVEL2" {
- modifiers = LControl;
- map[None] = Level1;
- map[LControl] = Level2;
- level_name[Level1] = "Base";
- level_name[Level2] = "LControl";
- };
-
- type "PC_RCONTROL_LEVEL2" {
- modifiers = RControl;
- map[None] = Level1;
- map[RControl] = Level2;
- level_name[Level1] = "Base";
- level_name[Level2] = "RControl";
- };
-
type "PC_ALT_LEVEL2" {
modifiers = Alt;
map[None] = Level1;
@@ -51,22 +31,6 @@ default partial xkb_types "default" {
level_name[Level2] = "Alt";
};
- type "PC_LALT_LEVEL2" {
- modifiers = LAlt;
- map[None] = Level1;
- map[LAlt] = Level2;
- level_name[Level1] = "Base";
- level_name[Level2] = "LAlt";
- };
-
- type "PC_RALT_LEVEL2" {
- modifiers = RAlt;
- map[None] = Level1;
- map[RAlt] = Level2;
- level_name[Level1] = "Base";
- level_name[Level2] = "RAlt";
- };
-
type "CTRL+ALT" {
modifiers = Control+Alt+Shift+LevelThree;
map[None] = Level1;