@@ -296,16 +296,16 @@ class KeyBinding(TypedDict):
296296 },
297297 'EDIT_HISTORY' : {
298298 'keys' : ['e' ],
299- 'help_text' : 'Show/hide edit history (from message information) ' ,
299+ 'help_text' : 'Show/hide edit history' ,
300300 'excluded_from_random_tips' : True ,
301- 'key_category' : 'msg_actions ' ,
301+ 'key_category' : 'msg_info ' ,
302302 },
303303 'VIEW_IN_BROWSER' : {
304304 'keys' : ['v' ],
305305 'help_text' :
306- 'View current message in browser (from message information) ' ,
306+ 'View current message in browser' ,
307307 'excluded_from_random_tips' : True ,
308- 'key_category' : 'msg_actions ' ,
308+ 'key_category' : 'msg_info ' ,
309309 },
310310 'STREAM_INFO' : {
311311 'keys' : ['i' ],
@@ -435,13 +435,13 @@ class KeyBinding(TypedDict):
435435 },
436436 'FULL_RENDERED_MESSAGE' : {
437437 'keys' : ['f' ],
438- 'help_text' : 'Show/hide full rendered message (from message information) ' ,
439- 'key_category' : 'msg_actions ' ,
438+ 'help_text' : 'Show/hide full rendered message' ,
439+ 'key_category' : 'msg_info ' ,
440440 },
441441 'FULL_RAW_MESSAGE' : {
442442 'keys' : ['r' ],
443- 'help_text' : 'Show/hide full raw message (from message information) ' ,
444- 'key_category' : 'msg_actions ' ,
443+ 'help_text' : 'Show/hide full raw message' ,
444+ 'key_category' : 'msg_info ' ,
445445 },
446446 'NEW_HINT' : {
447447 'keys' : ['tab' ],
@@ -466,6 +466,10 @@ class KeyBinding(TypedDict):
466466 f"Stream information (press { KEY_BINDINGS ['STREAM_INFO' ]['keys' ][0 ]} "
467467 f" to view info of a stream)"
468468 ),
469+ "msg_info" : (
470+ f"Message information (press { KEY_BINDINGS ['MSG_INFO' ]['keys' ][0 ]} "
471+ f" to view info of a message)"
472+ ),
469473}
470474
471475ZT_TO_URWID_CMD_MAPPING = {
0 commit comments