summaryrefslogtreecommitdiff
path: root/app/tests/modifiers/explicit
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-11-03 11:36:01 +0000
committerPete Johanson <peter@peterjohanson.com>2020-11-03 23:50:54 -0500
commitaebe90908df58e332186f3152f67fbdc9f0d3ffb (patch)
tree42e30c8c8598ec8f9521c855df738ad2b5003483 /app/tests/modifiers/explicit
parentd748d8a7496ea436a7e643245dbefb7b9c99d0cb (diff)
test: Replace superseded key names in test keymaps
Replace deprecated key names (LSFT, LCTL, RCTL, M_NEXT). Replace abbreviated names with fully qualified names (LSFT, LCTL, LALT, LGUI, RGUI). Follow-up to #21.
Diffstat (limited to 'app/tests/modifiers/explicit')
-rw-r--r--app/tests/modifiers/explicit/kp-lctl-dn-lctl-dn-lctl-up-lctl-up/native_posix.keymap4
-rw-r--r--app/tests/modifiers/explicit/kp-lctl-dn-lctl-up/native_posix.keymap4
-rw-r--r--app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lctl-up-lsft-up/native_posix.keymap4
-rw-r--r--app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lsft-up-lctl-up/native_posix.keymap4
4 files changed, 8 insertions, 8 deletions
diff --git a/app/tests/modifiers/explicit/kp-lctl-dn-lctl-dn-lctl-up-lctl-up/native_posix.keymap b/app/tests/modifiers/explicit/kp-lctl-dn-lctl-dn-lctl-up-lctl-up/native_posix.keymap
index 6150094..1f3502d 100644
--- a/app/tests/modifiers/explicit/kp-lctl-dn-lctl-dn-lctl-up-lctl-up/native_posix.keymap
+++ b/app/tests/modifiers/explicit/kp-lctl-dn-lctl-dn-lctl-up-lctl-up/native_posix.keymap
@@ -19,8 +19,8 @@
default_layer {
bindings = <
- &kp LCTL &kp LCTL
- &kp LSFT &none
+ &kp LEFT_CONTROL &kp LEFT_CONTROL
+ &kp LEFT_SHIFT &none
>;
};
};
diff --git a/app/tests/modifiers/explicit/kp-lctl-dn-lctl-up/native_posix.keymap b/app/tests/modifiers/explicit/kp-lctl-dn-lctl-up/native_posix.keymap
index 3324584..9c7d7c8 100644
--- a/app/tests/modifiers/explicit/kp-lctl-dn-lctl-up/native_posix.keymap
+++ b/app/tests/modifiers/explicit/kp-lctl-dn-lctl-up/native_posix.keymap
@@ -17,8 +17,8 @@
default_layer {
bindings = <
- &kp LCTL &kp LCTL
- &kp LSFT &none
+ &kp LEFT_CONTROL &kp LEFT_CONTROL
+ &kp LEFT_SHIFT &none
>;
};
};
diff --git a/app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lctl-up-lsft-up/native_posix.keymap b/app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lctl-up-lsft-up/native_posix.keymap
index b6f9631..34bb522 100644
--- a/app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lctl-up-lsft-up/native_posix.keymap
+++ b/app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lctl-up-lsft-up/native_posix.keymap
@@ -19,8 +19,8 @@
default_layer {
bindings = <
- &kp LCTL &kp LCTL
- &kp LSFT &none
+ &kp LEFT_CONTROL &kp LEFT_CONTROL
+ &kp LEFT_SHIFT &none
>;
};
};
diff --git a/app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lsft-up-lctl-up/native_posix.keymap b/app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lsft-up-lctl-up/native_posix.keymap
index 3fedad2..68e4de7 100644
--- a/app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lsft-up-lctl-up/native_posix.keymap
+++ b/app/tests/modifiers/explicit/kp-lctl-dn-lsft-dn-lsft-up-lctl-up/native_posix.keymap
@@ -20,8 +20,8 @@
default_layer {
bindings = <
- &kp LCTL &kp LCTL
- &kp LSFT &none
+ &kp LEFT_CONTROL &kp LEFT_CONTROL
+ &kp LEFT_SHIFT &none
>;
};
};