Skip to content

Commit 8b04c6c

Browse files
authored
feat: add default reactions shortcuts (#342)
1 parent 834f129 commit 8b04c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/command.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ tab = "react"
436436
[message_selected]
437437
alt-y = "copy_message selected"
438438
ctrl-e = "edit_message"
439+
ctrl-t = "react :thumbsup:"
440+
ctrl-h = "react ❤️"
439441
440442
[channel_modal]
441443
esc = "toggle_channel_modal"

0 commit comments

Comments
 (0)