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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user