Execute the sidebar action with Ctrl+Shift+Comma (#410)
* Execute the sidebar action with Ctrl+Shift+Comma * Use the Alt modifier for the Bitwarden sidebar toggle shortcut
This commit is contained in:
parent
03f51074e0
commit
873cb6aba6
|
@ -106,6 +106,12 @@
|
||||||
"default": "Ctrl+Shift+Y",
|
"default": "Ctrl+Shift+Y",
|
||||||
"linux": "Ctrl+Shift+U"
|
"linux": "Ctrl+Shift+U"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"_execute_sidebar_action": {
|
||||||
|
"suggested_key": {
|
||||||
|
"default": "Alt+Shift+Y",
|
||||||
|
"linux": "Alt+Shift+U"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
|
|
Loading…
Reference in New Issue