update shortcut

This commit is contained in:
rohoswagger
2026-01-08 15:57:34 -08:00
parent b5683e3b94
commit 5f2b89cb3c
2 changed files with 3 additions and 6 deletions
+3 -2
View File
@@ -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"
}
-4
View File
@@ -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",