Canvas/XML HUD toggle shortcut is confusing
Closed this issue · 1 comments
colingeniet commented
shift-P
is supposed to toggle between the custom/Canvas HUD and the FG default/XML HUD.
Problems:
- The XML HUD does not actually work because it is disabled by
setprop("sim/hud/visibility[1]", 0);
inNasal/displays/hud.nas
- Many users seem to hit this keybinding by accident, which disables the HUD and is quite confusing.
- This feature was (I think) designed for backward compatibility. However FG versions that do not support the canvas HUD are now very old (and significantly older than the indicated minimum supported FG version)
I am leaning towards just removing it. Any objection?
colingeniet commented
Removed in 25c8f1f, together with the autostart shortcut.