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 + } ] } }