switch main key from meta to alt, more sane default
This commit is contained in:
parent
c93f8e5462
commit
e4772e314a
2 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@ const DEFAULT_CONFIG = {
|
|||
shortcuts: {
|
||||
open: { // Shortcut to open/close search
|
||||
key: '/', // The key to trigger the shortcut
|
||||
metaKey: true, // Requires Cmd/Win key
|
||||
altKey: false, // Requires Alt key
|
||||
metaKey: false, // Requires Cmd/Win key
|
||||
altKey: true, // Requires Alt key
|
||||
ctrlKey: false, // Requires Ctrl key
|
||||
shiftKey: false // Requires Shift key
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue