We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d8ecc commit 13b09c8Copy full SHA for 13b09c8
tools/server/webui/src/routes/+layout.svelte
@@ -44,12 +44,12 @@
44
}
45
46
47
- if (isCtrlOrCmd && event.shiftKey && event.key === 'o') {
+ if (isCtrlOrCmd && event.shiftKey && event.key === 'O') {
48
event.preventDefault();
49
goto('?new_chat=true#/');
50
51
52
- if (event.shiftKey && isCtrlOrCmd && event.key === 'e') {
+ if (event.shiftKey && isCtrlOrCmd && event.key === 'E') {
53
54
55
if (chatSidebar?.editActiveConversation) {
0 commit comments