@@ -31,23 +31,23 @@ class KeyBinding(TypedDict):
31
31
32
32
'HELP' : {
33
33
'keys' : ['?' ],
34
- 'help_text' : 'Show/hide help menu ' ,
34
+ 'help_text' : 'Show/hide Help Menu ' ,
35
35
'excluded_from_random_tips' : True ,
36
36
'key_category' : 'general' ,
37
37
},
38
38
'MARKDOWN_HELP' : {
39
39
'keys' : ['meta m' ],
40
- 'help_text' : 'Show/hide markdown help menu ' ,
40
+ 'help_text' : 'Show/hide Markdown Help Menu ' ,
41
41
'key_category' : 'general' ,
42
42
},
43
43
'ABOUT' : {
44
44
'keys' : ['meta ?' ],
45
- 'help_text' : 'Show/hide about menu ' ,
45
+ 'help_text' : 'Show/hide About Menu ' ,
46
46
'key_category' : 'general' ,
47
47
},
48
48
'GO_BACK' : {
49
49
'keys' : ['esc' ],
50
- 'help_text' : 'Go Back ' ,
50
+ 'help_text' : 'Go back ' ,
51
51
'excluded_from_random_tips' : False ,
52
52
'key_category' : 'general' ,
53
53
},
@@ -154,7 +154,7 @@ class KeyBinding(TypedDict):
154
154
},
155
155
'ADD_REACTION' : {
156
156
'keys' : [':' ],
157
- 'help_text' : 'Show/hide Emoji picker popup for current message' ,
157
+ 'help_text' : 'Show/hide emoji picker popup for current message' ,
158
158
'key_category' : 'msg_actions' ,
159
159
},
160
160
'STREAM_NARROW' : {
@@ -220,17 +220,17 @@ class KeyBinding(TypedDict):
220
220
},
221
221
'SEARCH_PEOPLE' : {
222
222
'keys' : ['w' ],
223
- 'help_text' : 'Search Users ' ,
223
+ 'help_text' : 'Search users ' ,
224
224
'key_category' : 'searching' ,
225
225
},
226
226
'SEARCH_MESSAGES' : {
227
227
'keys' : ['/' ],
228
- 'help_text' : 'Search Messages ' ,
228
+ 'help_text' : 'Search messages ' ,
229
229
'key_category' : 'searching' ,
230
230
},
231
231
'SEARCH_STREAMS' : {
232
232
'keys' : ['q' ],
233
- 'help_text' : 'Search Streams ' ,
233
+ 'help_text' : 'Search streams ' ,
234
234
'key_category' : 'searching' ,
235
235
},
236
236
'SEARCH_TOPICS' : {
@@ -240,13 +240,13 @@ class KeyBinding(TypedDict):
240
240
},
241
241
'SEARCH_EMOJIS' : {
242
242
'keys' : ['p' ],
243
- 'help_text' : 'Search emojis from Emoji- picker popup' ,
243
+ 'help_text' : 'Search emojis from emoji picker popup' ,
244
244
'excluded_from_random_tips' : True ,
245
245
'key_category' : 'searching' ,
246
246
},
247
247
'TOGGLE_MUTE_STREAM' : {
248
248
'keys' : ['m' ],
249
- 'help_text' : 'Mute/unmute Streams ' ,
249
+ 'help_text' : 'Mute/unmute streams ' ,
250
250
'key_category' : 'stream_list' ,
251
251
},
252
252
'ENTER' : {
@@ -317,7 +317,7 @@ class KeyBinding(TypedDict):
317
317
},
318
318
'USER_INFO' : {
319
319
'keys' : ['i' ],
320
- 'help_text' : 'View user information (From Users list)' ,
320
+ 'help_text' : 'View user information (from users list)' ,
321
321
'key_category' : 'general' ,
322
322
},
323
323
'BEGINNING_OF_LINE' : {
0 commit comments