diff --git a/release/nrc/nrc_crk_cans/extras/libkeyboard/alternate_keyboard_layers.py b/release/nrc/nrc_crk_cans/extras/libkeyboard/alternate_keyboard_layers.py index 705917c..37f36f1 100644 --- a/release/nrc/nrc_crk_cans/extras/libkeyboard/alternate_keyboard_layers.py +++ b/release/nrc/nrc_crk_cans/extras/libkeyboard/alternate_keyboard_layers.py @@ -69,8 +69,26 @@ {"id": "K_7", "text": "&", "layer": "shift"}, {"id": "K_HYPHEN", "text": "_", "layer": "shift"}, {"id": "K_HYPHEN", "text": "-"}, - {"id": "K_9", "text": "(", "layer": "shift"}, - {"id": "K_0", "text": ")", "layer": "shift"}, + { + "id": "K_9", + "text": "(", + "layer": "shift", + "sk": [ + {"id": "K_LBRKT", "text": "["}, + {"id": "K_COMMA", "text": "<", "layer": "shift"}, + {"id": "K_LBRKT", "text": "{", "layer": "shift"}, + ], + }, + { + "id": "K_0", + "text": ")", + "layer": "shift", + "sk": [ + {"id": "K_RBRKT", "text": "]"}, + {"id": "K_PERIOD", "text": ">", "layer": "shift"}, + {"id": "K_RBRKT", "text": "}", "layer": "shift"}, + ], + }, {"id": "K_EQUAL", "text": "=", "layer": "latin"}, {"id": "K_5", "text": "%", "layer": "shift"}, ], @@ -85,26 +103,9 @@ "sp": "1", "nextlayer": "latin", }, - { - "id": "U_00AB", - "text": "«", - "pad": "", - "sk": [ - {"id": "K_LBRKT", "text": "["}, - {"id": "K_COMMA", "text": "<", "layer": "shift"}, - {"id": "K_LBRKT", "text": "{", "layer": "shift"}, - ], - }, + {"id": "U_00AB", "text": "«"}, {"id": "K_8", "text": "*", "layer": "shift"}, - { - "id": "U_00BB", - "text": "»", - "sk": [ - {"id": "K_RBRKT", "text": "]"}, - {"id": "K_PERIOD", "text": ">", "layer": "shift"}, - {"id": "K_RBRKT", "text": "}", "layer": "shift"}, - ], - }, + {"id": "U_00BB", "text": "»"}, {"id": "K_COMMA", "text": ","}, {"id": "K_SLASH", "text": "/"}, {"id": "K_1", "text": "!", "layer": "shift"},