File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 8
8
| Show/hide Help Menu| <kbd >?</kbd >|
9
9
| Show/hide Markdown Help Menu| <kbd >Meta</kbd > + <kbd >m</kbd >|
10
10
| Show/hide About Menu| <kbd >Meta</kbd > + <kbd >?</kbd >|
11
- | Go back| <kbd >Esc</kbd >|
12
11
| Open draft message saved in this session| <kbd >d</kbd >|
13
12
| Copy information from About Menu to clipboard| <kbd >c</kbd >|
14
13
| Redraw screen| <kbd >Ctrl</kbd > + <kbd >l</kbd >|
Original file line number Diff line number Diff line change @@ -46,12 +46,6 @@ class KeyBinding(TypedDict):
46
46
'help_text' : 'Show/hide About Menu' ,
47
47
'key_category' : 'general' ,
48
48
},
49
- 'GO_BACK' : {
50
- 'keys' : ['esc' ],
51
- 'help_text' : 'Go back' ,
52
- 'excluded_from_random_tips' : False ,
53
- 'key_category' : 'general' ,
54
- },
55
49
'OPEN_DRAFT' : {
56
50
'keys' : ['d' ],
57
51
'help_text' : 'Open draft message saved in this session' ,
You can’t perform that action at this time.
0 commit comments