mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
shift+f2 to shift+f4 can now disable HUD, FPS, and the map
This commit is contained in:
5
help.cpp
5
help.cpp
@@ -46,7 +46,10 @@ vector<string> extra_keys = {
|
||||
"ctrl + mousewheel = change zoom",
|
||||
"ctrl + shift + mousewheel = change both projection and zoom",
|
||||
"ctrl + hold middle button = move the screen",
|
||||
"shift + middle button = reset position"
|
||||
"shift + middle button = reset position",
|
||||
"shift + F2 = disable the HUD",
|
||||
"shift + F3 = disable the FPS",
|
||||
"shift + F4 = disable the map"
|
||||
};
|
||||
|
||||
void buildHelpText() {
|
||||
|
Reference in New Issue
Block a user