summaryrefslogtreecommitdiffstats
path: root/keyboards/signum/3_0/elitec/keymaps/default/layout.py
diff options
context:
space:
mode:
authorJan Christoph Ebersbach <jceb@e-jc.de>2019-04-24 04:26:49 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-24 04:26:49 +0200
commit978074e4170c254a6f2cd684c9f695024a5a3e0b (patch)
treeefe1ce05f480be8d099c19b6b9bb46b68dbcb84c /keyboards/signum/3_0/elitec/keymaps/default/layout.py
parent703699b81fa499072c17fd63795444e6ef1bfe40 (diff)
downloadqmk_firmware-978074e4170c254a6f2cd684c9f695024a5a3e0b.tar.gz
qmk_firmware-978074e4170c254a6f2cd684c9f695024a5a3e0b.tar.xz
[Keymap] Fix broken Shift-Insert binding (#5689)
Diffstat (limited to 'keyboards/signum/3_0/elitec/keymaps/default/layout.py')
-rw-r--r--keyboards/signum/3_0/elitec/keymaps/default/layout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/signum/3_0/elitec/keymaps/default/layout.py b/keyboards/signum/3_0/elitec/keymaps/default/layout.py
index 323a58321..bc744593b 100644
--- a/keyboards/signum/3_0/elitec/keymaps/default/layout.py
+++ b/keyboards/signum/3_0/elitec/keymaps/default/layout.py
@@ -348,7 +348,7 @@ qmk_dict = {
":": "S(KC_SCLN)", "'": "KC_QUOT", "\"": "S(KC_QUOT)", "`": "KC_GRV",
"~": "S(KC_GRV)", ",": "KC_COMM", "<": "S(KC_COMM)", ".": "KC_DOT",
">": "S(KC_DOT)", "/": "KC_SLSH", "?": "S(KC_SLSH)", "Caps": "KC_CAPS",
- "Pr Scr": "KC_PSCR", "Scr Lck": "KC_SLCK", "Pause": "KC_BRK", "Insert": "KC_INS", "SInsert": "SFT_T(KC_INS)",
+ "Pr Scr": "KC_PSCR", "Scr Lck": "KC_SLCK", "Pause": "KC_BRK", "Insert": "KC_INS", "SInsert": "LSFT(KC_INS)",
"Home": "KC_HOME", "Pg Up": "KC_PGUP", "Del": "KC_DEL", "End": "KC_END",
"Pg Down": "KC_PGDN", "> Arrow": "KC_RIGHT", "< Arrow": "KC_LEFT",
"v Arrow": "KC_DOWN", "^ Arrow": "KC_UP",