From 6934f0d6aed8d55ef9939907688871a6c8e9b7d9 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 30 Aug 2016 21:32:57 -0600 Subject: [PATCH] Add X key to exit newscan --- mods/menu.hjson | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mods/menu.hjson b/mods/menu.hjson index 2bcf4810..d3c1f3f5 100644 --- a/mods/menu.hjson +++ b/mods/menu.hjson @@ -677,6 +677,10 @@ keys: [ "escape", "q", "shift + q" ] action: @systemMethod:prevMenu } + { + keys: [ "x", "shift + x" ] + action: @method:fullExit + } ] } }