summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-05 15:55:24 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-05 15:55:24 +0200
commitdb2e2160a9578868d4c38d47ae61dc26c6965179 (patch)
tree616651780d75e474101b298ae4ec43b7972b6071 /pkg/gui/keybindings.go
parent08395ae76ca811f1d60d1af42ee1f29eaa269de5 (diff)
change menu keybinding from ? to x
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 9d8cfcdbb..7f07893b7 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -71,7 +71,7 @@ func (gui *Gui) GetKeybindings() []Binding {
Description: gui.Tr.SLocalize("refresh"),
}, {
ViewName: "",
- Key: '?',
+ Key: 'x',
Modifier: gocui.ModNone,
Handler: gui.handleMenu,
}, {