@@ -49,7 +49,7 @@ class KeyBinding(TypedDict):
49
49
'OPEN_DRAFT' : {
50
50
'keys' : ['d' ],
51
51
'help_text' : 'Open draft message saved in this session' ,
52
- 'key_category' : 'general ' ,
52
+ 'key_category' : 'open_compose ' ,
53
53
},
54
54
'COPY_ABOUT_INFO' : {
55
55
'keys' : ['c' ],
@@ -104,22 +104,22 @@ class KeyBinding(TypedDict):
104
104
'REPLY_MESSAGE' : {
105
105
'keys' : ['r' , 'enter' ],
106
106
'help_text' : 'Reply to the current message' ,
107
- 'key_category' : 'msg_actions ' ,
107
+ 'key_category' : 'open_compose ' ,
108
108
},
109
109
'MENTION_REPLY' : {
110
110
'keys' : ['@' ],
111
111
'help_text' : 'Reply mentioning the sender of the current message' ,
112
- 'key_category' : 'msg_actions ' ,
112
+ 'key_category' : 'open_compose ' ,
113
113
},
114
114
'QUOTE_REPLY' : {
115
115
'keys' : ['>' ],
116
116
'help_text' : 'Reply quoting the current message text' ,
117
- 'key_category' : 'msg_actions ' ,
117
+ 'key_category' : 'open_compose ' ,
118
118
},
119
119
'REPLY_AUTHOR' : {
120
120
'keys' : ['R' ],
121
121
'help_text' : 'Reply directly to the sender of the current message' ,
122
- 'key_category' : 'msg_actions ' ,
122
+ 'key_category' : 'open_compose ' ,
123
123
},
124
124
'EDIT_MESSAGE' : {
125
125
'keys' : ['e' ],
@@ -129,12 +129,12 @@ class KeyBinding(TypedDict):
129
129
'STREAM_MESSAGE' : {
130
130
'keys' : ['c' ],
131
131
'help_text' : 'New message to a stream' ,
132
- 'key_category' : 'msg_actions ' ,
132
+ 'key_category' : 'open_compose ' ,
133
133
},
134
134
'PRIVATE_MESSAGE' : {
135
135
'keys' : ['x' ],
136
136
'help_text' : 'New message to a person or group of people' ,
137
- 'key_category' : 'msg_actions ' ,
137
+ 'key_category' : 'open_compose ' ,
138
138
},
139
139
'CYCLE_COMPOSE_FOCUS' : {
140
140
'keys' : ['tab' ],
@@ -447,6 +447,7 @@ class KeyBinding(TypedDict):
447
447
"searching" : "Searching" ,
448
448
"msg_actions" : "Message actions" ,
449
449
"stream_list" : "Stream list actions" ,
450
+ "open_compose" : "Begin composing a message" ,
450
451
"msg_compose" : "Composing a Message" ,
451
452
"editor_navigation" : "Editor: Navigation" ,
452
453
"editor_text_manipulation" : "Editor: Text Manipulation" ,
0 commit comments