mirror of
https://github.com/onyx-dot-app/onyx-chrome-extension.git
synced 2026-07-01 18:50:03 -04:00
update shortcut
This commit is contained in:
+3
-2
@@ -44,8 +44,9 @@
|
||||
},
|
||||
"openSidePanel": {
|
||||
"suggested_key": {
|
||||
"default": "Alt+O",
|
||||
"mac": "Ctrl+O"
|
||||
"default": "Ctrl+O",
|
||||
"windows": "Alt+O",
|
||||
"mac": "MacCtrl+O"
|
||||
},
|
||||
"description": "Open Onyx Side Panel"
|
||||
}
|
||||
|
||||
@@ -7,10 +7,6 @@ export const DEFAULT_ONYX_DOMAIN = "http://localhost:3000";
|
||||
|
||||
export const SIDE_PANEL_PATH = "/chat/nrf/side-panel";
|
||||
|
||||
export const KEYBOARD_SHORTCUTS = {
|
||||
OPEN_SIDE_PANEL: "Ctrl+O",
|
||||
};
|
||||
|
||||
export const ACTIONS = {
|
||||
GET_SELECTED_TEXT: "getSelectedText",
|
||||
GET_CURRENT_ONYX_DOMAIN: "getCurrentOnyxDomain",
|
||||
|
||||
Reference in New Issue
Block a user