File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 75
75
| Show/hide user information| <kbd >i</kbd >|
76
76
| Narrow to direct messages with user| <kbd >Enter</kbd >|
77
77
78
+ ## Topic list actions
79
+ | Command| Key Combination|
80
+ | :--- | :---: |
81
+ | Show/hide topic information & (un)resolve topic.| <kbd >i</kbd >|
82
+
78
83
## Begin composing a message
79
84
| Command| Key Combination|
80
85
| :--- | :---: |
Original file line number Diff line number Diff line change @@ -312,6 +312,11 @@ class KeyBinding(TypedDict):
312
312
'help_text' : 'Show/hide stream information & modify settings' ,
313
313
'key_category' : 'stream_list' ,
314
314
},
315
+ 'TOPIC_INFO' : {
316
+ 'keys' : ['i' ],
317
+ 'help_text' : 'Show/hide topic information & (un)resolve topic.' ,
318
+ 'key_category' : 'topic_list' ,
319
+ },
315
320
'STREAM_MEMBERS' : {
316
321
'keys' : ['m' ],
317
322
'help_text' : 'Show/hide stream members' ,
@@ -467,6 +472,7 @@ class KeyBinding(TypedDict):
467
472
"msg_actions" : "Message actions" ,
468
473
"stream_list" : "Stream list actions" ,
469
474
"user_list" : "User list actions" ,
475
+ "topic_list" : "Topic list actions" ,
470
476
"open_compose" : "Begin composing a message" ,
471
477
"compose_box" : "Writing a message" ,
472
478
"editor_navigation" : "Editor: Navigation" ,
You can’t perform that action at this time.
0 commit comments