Skip to content

Commit dadf7a8

Browse files
committed
change new tab from COMMAND to CONTROL
1 parent d8b302d commit dadf7a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Macropad_Olympic_Hotkeys/mac-olympics-home.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
'macros' : [ # List of button macros...
99
# COLOR LABEL KEY SEQUENCE
1010
# 1st row ----------
11-
(0x004000, '< Tab', [Keycode.COMMAND, Keycode.SHIFT, Keycode.TAB]),
12-
(0x004000, 'Tab >', [Keycode.COMMAND, Keycode.TAB]),
11+
(0x004000, '< Tab', [Keycode.CONTROL, Keycode.SHIFT, Keycode.TAB]),
12+
(0x004000, 'Tab >', [Keycode.CONTROL, Keycode.TAB]),
1313
(0x400000, 'Up', [Keycode.SHIFT, ' ']), # Scroll up
1414
# 2nd row ----------
1515
# Full schedule in new tab

0 commit comments

Comments
 (0)