remove shortcuts

Reviewed By: aigoncharov

Differential Revision: D51159922

fbshipit-source-id: fbb59b416f92b9156c74a12247da8d0df07f1a4e
This commit is contained in:
Anton Kastritskiy
2023-11-10 04:33:02 -08:00
committed by Facebook GitHub Bot
parent 04b4bf7bdf
commit d023bcc42e
6 changed files with 0 additions and 133 deletions

View File

@@ -56,13 +56,6 @@ function getDefaultSettings(): Settings {
enablePhysicalIOS: os.platform() === 'darwin',
enablePrefetching: Tristate.Unset,
idbPath: '/usr/local/bin/idb',
reactNative: {
shortcuts: {
enabled: false,
reload: 'Alt+Shift+R',
openDevMenu: 'Alt+Shift+D',
},
},
darkMode: 'light',
showWelcomeAtStartup: true,
suppressPluginErrors: false,