summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/snake_controller.go
diff options
context:
space:
mode:
authorLuka Markušić <luka.markusic@microblink.com>2023-03-09 10:29:20 +0100
committerLuka Markušić <luka.markusic@microblink.com>2023-03-09 10:32:00 +0100
commitf314cb37630fc444e11e89e6e10799f9bb6195b0 (patch)
tree00603e41a490ed0436ab37bd0c01372944e7f008 /pkg/gui/controllers/snake_controller.go
parent82fc6fb111ba94aaabf78a00396e69689b860655 (diff)
Remove alternative confirmation and return keymappings
Diffstat (limited to 'pkg/gui/controllers/snake_controller.go')
-rw-r--r--pkg/gui/controllers/snake_controller.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/gui/controllers/snake_controller.go b/pkg/gui/controllers/snake_controller.go
index 4956c0c79..4217878e3 100644
--- a/pkg/gui/controllers/snake_controller.go
+++ b/pkg/gui/controllers/snake_controller.go
@@ -47,10 +47,6 @@ func (self *SnakeController) GetKeybindings(opts types.KeybindingsOpts) []*types
Key: opts.GetKey(opts.Config.Universal.Return),
Handler: self.Escape,
},
- {
- Key: opts.GetKey(opts.Config.Universal.ReturnAlt1),
- Handler: self.Escape,
- },
}
return bindings