1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-19 20:38:09 +00:00

alt_enter to enter menu immediately

This commit is contained in:
Zeno Rogue
2025-12-12 00:06:58 +01:00
parent 3328981004
commit e28276d098

View File

@@ -681,7 +681,7 @@ EX void handleKeyNormal(int sym, int uni) {
fullcenter();
}
if(sym == 'v' && DEFAULTNOR(sym))
if((sym == 'v' || (is_joy_index(sym, deck::alt_enter) && !tour::on)) && DEFAULTNOR(sym))
showMissionScreen(false);
if(sym == PSEUDOKEY_MENU)