Skip to content

Commit 5e0cf6e

Browse files
committed
Change keybindings of run command
1 parent 5644d09 commit 5e0cf6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"keybindings": [
6060
{
6161
"command": "nativescript.runIos",
62-
"key": "ctrl+i",
63-
"mac": "cmd+i"
62+
"key": "ctrl+alt+i",
63+
"mac": "cmd+alt+i"
6464
},
6565
{
6666
"command": "nativescript.runAndroid",
67-
"key": "ctrl+a",
68-
"mac": "cmd+a"
67+
"key": "ctrl+alt+a",
68+
"mac": "cmd+alt+a"
6969
}
7070
],
7171
"debuggers": [

0 commit comments

Comments
 (0)