We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8651c46 commit a41bd6aCopy full SHA for a41bd6a
pkg/gui/extras_panel.go
@@ -14,6 +14,7 @@ func (gui *Gui) handleCreateExtrasMenuPanel() error {
14
Items: []*types.MenuItem{
15
{
16
Label: gui.c.Tr.ToggleShowCommandLog,
17
+ Key: 't',
18
OnPress: func() error {
19
currentContext := gui.c.Context().CurrentStatic()
20
if gui.c.State().GetShowExtrasWindow() && currentContext.GetKey() == context.COMMAND_LOG_CONTEXT_KEY {
@@ -28,6 +29,7 @@ func (gui *Gui) handleCreateExtrasMenuPanel() error {
28
29
},
30
31
Label: gui.c.Tr.FocusCommandLog,
32
+ Key: 'f',
33
OnPress: gui.handleFocusCommandLog,
34
35
0 commit comments