File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 69
69
| Toggle topics in a stream| <kbd >t</kbd >|
70
70
| Mute/unmute Streams| <kbd >m</kbd >|
71
71
| Show/hide stream information & modify settings| <kbd >i</kbd >|
72
+ | Show/hide topic information & modify settings| <kbd >i</kbd >|
72
73
| Show/hide stream members (from stream information)| <kbd >m</kbd >|
73
74
| Copy stream email to clipboard (from stream information)| <kbd >c</kbd >|
74
75
Original file line number Diff line number Diff line change @@ -279,6 +279,11 @@ class KeyBinding(TypedDict):
279
279
'help_text' : 'Show/hide stream information & modify settings' ,
280
280
'key_category' : 'stream_list' ,
281
281
}),
282
+ ('TOPIC_DESC' , {
283
+ 'keys' : ['i' ],
284
+ 'help_text' : 'Show/hide topic information & modify settings' ,
285
+ 'key_category' : 'stream_list' ,
286
+ }),
282
287
('STREAM_MEMBERS' , {
283
288
'keys' : ['m' ],
284
289
'help_text' : 'Show/hide stream members (from stream information)' ,
You can’t perform that action at this time.
0 commit comments