File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,11 @@ source ~/.zshenv
198
198
| Show/hide stream information & modify settings | <kbd >i</kbd > |
199
199
| Show/hide stream members (from stream information) | <kbd >m</kbd > |
200
200
201
+ ### Topic list actions
202
+ | Command | Key Combination |
203
+ | ------------------------------------------------------ | --------------------------------------------- |
204
+ | Mute/unmute Topics | <kbd >M</kbd > |
205
+
201
206
### Composing a message
202
207
| Command | Key Combination |
203
208
| ----------------------------------------------------- | --------------------------------------------- |
Original file line number Diff line number Diff line change 209
209
'help_text' : 'Mute/unmute Streams' ,
210
210
'key_category' : 'stream_list' ,
211
211
}),
212
+ ('TOGGLE_MUTE_TOPIC' , {
213
+ 'keys' : ['M' ],
214
+ 'help_text' : 'Mute/unmute Topics' ,
215
+ 'key_category' : 'topic_list' ,
216
+ }),
212
217
('ENTER' , {
213
218
'keys' : ['enter' ],
214
219
'help_text' : 'Perform current action' ,
320
325
('searching' , 'Searching' ),
321
326
('msg_actions' , 'Actions for the selected message' ),
322
327
('stream_list' , 'Stream list actions' ),
328
+ ('topic_list' , 'Topic list actions' ),
323
329
('msg_compose' , 'Composing a Message' ),
324
330
])
325
331
You can’t perform that action at this time.
0 commit comments