mirror of
https://github.com/86Box/86Box.git
synced 2026-02-27 17:34:25 -07:00
Add option to show UI while in fullscreen
This commit is contained in:
@@ -286,6 +286,11 @@ struct accelKey def_acc_keys[NUM_ACCELS] = {
|
||||
.name="mute",
|
||||
.desc="Toggle mute",
|
||||
.seq="Ctrl+Alt+M"
|
||||
},
|
||||
{
|
||||
.name="toggle_ui_fullscreen",
|
||||
.desc="Toggle UI in fullscreen",
|
||||
.seq="Ctrl+Alt+PgDown"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user