Skip to content

Commit d4e424a

Browse files
committed
keys: Add TOPIC_DESC shortcut using 'i' key to show/hide topic settings.
Hotkeys updated.
1 parent e90c20d commit d4e424a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/hotkeys.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
|Toggle topics in a stream|<kbd>t</kbd>|
7070
|Mute/unmute Streams|<kbd>m</kbd>|
7171
|Show/hide stream information & modify settings|<kbd>i</kbd>|
72+
|Show/hide topic information & modify settings|<kbd>i</kbd>|
7273
|Show/hide stream members (from stream information)|<kbd>m</kbd>|
7374
|Copy stream email to clipboard (from stream information)|<kbd>c</kbd>|
7475

zulipterminal/config/keys.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,11 @@ class KeyBinding(TypedDict):
279279
'help_text': 'Show/hide stream information & modify settings',
280280
'key_category': 'stream_list',
281281
}),
282+
('TOPIC_DESC', {
283+
'keys': ['i'],
284+
'help_text': 'Show/hide topic information & modify settings',
285+
'key_category': 'stream_list',
286+
}),
282287
('STREAM_MEMBERS', {
283288
'keys': ['m'],
284289
'help_text': 'Show/hide stream members (from stream information)',

0 commit comments

Comments
 (0)