File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 58
58
| Add/remove thumbs-up reaction to the current message| <kbd >+</kbd >|
59
59
| Add/remove star status of the current message| <kbd >ctrl</kbd > + <kbd >s</kbd > / <kbd >* </kbd >|
60
60
| Show/hide message information| <kbd >i</kbd >|
61
+ | Show/hide message sender information| <kbd >u</kbd >|
61
62
| Show/hide edit history (from message information)| <kbd >e</kbd >|
62
63
| View current message in browser (from message information)| <kbd >v</kbd >|
63
64
| Show/hide full rendered message (from message information)| <kbd >f</kbd >|
Original file line number Diff line number Diff line change @@ -264,6 +264,11 @@ class KeyBinding(TypedDict):
264
264
'help_text' : 'Show/hide message information' ,
265
265
'key_category' : 'msg_actions' ,
266
266
},
267
+ 'MSG_SENDER_INFO' : {
268
+ 'keys' : ['u' ],
269
+ 'help_text' : 'Show/hide message sender information' ,
270
+ 'key_category' : 'msg_actions' ,
271
+ },
267
272
'EDIT_HISTORY' : {
268
273
'keys' : ['e' ],
269
274
'help_text' : 'Show/hide edit history (from message information)' ,
You can’t perform that action at this time.
0 commit comments