Skip to content

Commit 7b10014

Browse files
author
Ives van Hoorne
committed
Change to a browser friendly default
1 parent ddad45f commit 7b10014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/store/preferences/keybindings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from '../view/selectors';
99

1010
const isMac = !!navigator.platform.match(/(Mac|iPhone|iPod|iPad)/i);
11-
const metaKey = isMac ? 'Meta' : 'Ctrl';
11+
const metaKey = isMac ? 'Meta' : 'Alt';
1212

1313
export const KEYBINDINGS = {
1414
'editor.workspace': {

0 commit comments

Comments
 (0)