Add X key to exit newscan

This commit is contained in:
Bryan Ashby 2016-08-30 21:32:57 -06:00
parent 0a3a62edf3
commit 6934f0d6ae
1 changed files with 4 additions and 0 deletions

View File

@ -677,6 +677,10 @@
keys: [ "escape", "q", "shift + q" ]
action: @systemMethod:prevMenu
}
{
keys: [ "x", "shift + x" ]
action: @method:fullExit
}
]
}
}