Skip to content

Commit 6a0b322

Browse files
committed
Fix bug preventing using cmd+s to save on macOS
1 parent 82c6f3c commit 6a0b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const keybindings = {
5959
":": "Toggle Code Editor",
6060
"Shift+:": "Toggle Code Editor",
6161
"Ctrl+s": "Toggle Save and Load",
62-
"Super+s": "Toggle Save and Load",
62+
"Meta+s": "Toggle Save and Load",
6363
g: "Go To",
6464
"Shift+g": "Go to Bottom",
6565
"Ctrl+z": "Undo",

0 commit comments

Comments
 (0)