Skip to content

Commit

Permalink
gui: remove duplicate 'c' binding in images panel
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Sep 11, 2019
1 parent 41c46ce commit dc8a624
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/gui/keybindings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[',
Expand Down

0 comments on commit dc8a624

Please sign in to comment.