Skip to content

Commit 4983750

Browse files
committed
Fix that command+M is not hiding chat panel
1 parent 88fc06b commit 4983750

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Core/Sources/SuggestionWidget/ChatWindowView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ struct ChatTitleBar: View {
7777
}
7878
}
7979
}
80+
.keyboardShortcut("m", modifiers: [.command])
8081

8182
WithViewStore(store, observe: { $0.chatPanelInASeparateWindow }) { viewStore in
8283
Button(action: {

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
240240
| Shortcut | Description |
241241
| :------: | --------------------------------------------------------------------------------------------------- |
242242
| `⌘W` | Close the chat tab. |
243+
| `⌘M` | Minimize the chat, you can bring it back with any chat commands or by clicking the circular widget. |
243244
| `⇧↩︎` | Add new line. |
244245
| `⇧⌘]` | Move to next tab |
245246
| `⇧⌘[` | Move to previous tab |

0 commit comments

Comments
 (0)