File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
docs/content.en/docs/release-notes Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Information about release notes of Coco Server is provided here.
37
37
- fix: fix shortcut issue in windows context menu #804
38
38
- fix: panic caused by "state() called before manage()" #806
39
39
- fix: fix multiline input issue #808
40
+ - fix: fix ctrl+k not working #815
40
41
41
42
### ✈️ Improvements
42
43
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ const ContextMenu = ({ formatUrl }: ContextMenuProps) => {
200
200
}
201
201
} , [ selectedSearchContent ] ) ;
202
202
203
- useOSKeyPress ( [ "meta.k" , "ctrl+ k" ] , ( ) => {
203
+ useOSKeyPress ( [ "meta.k" , "ctrl. k" ] , ( ) => {
204
204
if ( isNil ( selectedSearchContent ) && isNil ( selectedExtension ) ) return ;
205
205
206
206
setVisibleContextMenu ( ! visibleContextMenu ) ;
You can’t perform that action at this time.
0 commit comments