From dc8a624e073a62003fdf8181924104a87598bd9d Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 11 Sep 2019 10:16:18 +0200 Subject: [PATCH] gui: remove duplicate 'c' binding in images panel closes: #169 --- pkg/gui/keybindings.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 5ae53067..5e4b04af 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -365,13 +365,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding { Handler: gui.handleImagesBulkCommand, Description: gui.Tr.ViewBulkCommands, }, - { - ViewName: "images", - Key: 'c', - Modifier: gocui.ModNone, - Handler: gui.handleImagesCustomCommand, - Description: gui.Tr.RunCustomCommand, - }, { ViewName: "volumes", Key: '[',