From aebe90908df58e332186f3152f67fbdc9f0d3ffb Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Tue, 3 Nov 2020 11:36:01 +0000 Subject: 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. --- .../explicit/kp-lctl-dn-lctl-dn-lctl-up-lctl-up/native_posix.keymap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/tests/modifiers/explicit/kp-lctl-dn-lctl-dn-lctl-up-lctl-up') 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 >; }; }; -- cgit v1.2.3