Skip to content

Commit

Permalink
feat: toggle fullscreen key (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo authored Aug 26, 2023
1 parent b328276 commit d587fb9
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions resources/gui/layouts/shared/SettingsWindow.json
Original file line number Diff line number Diff line change
Expand Up @@ -9430,6 +9430,112 @@
"MouseUpSound": "",
"MouseDownSound": "octave-tap-warm.wav",
"ClickSound": ""
},
"ControlToggleFullscreenLabel": {
"Bounds": "14,1195,107,16",
"Padding": "0,0,0,0",
"AlignmentEdgeDistances": "0,0,0,0",
"AlignmentTransform": "0,0",
"Margin": "0,0,0,0",
"RenderColor": "255,255,255,255",
"Alignments": "",
"DrawBackground": true,
"MinimumSize": "1,1",
"MaximumSize": "4096,4096",
"Disabled": false,
"Hidden": false,
"RestrictToParent": false,
"MouseInputEnabled": false,
"HideToolTip": false,
"ToolTipBackground": null,
"ToolTipFont": null,
"ToolTipTextColor": "",
"BackgroundTemplate": null,
"TextColor": "255,255,255,255",
"HoveredTextColor": "",
"ClickedTextColor": "",
"DisabledTextColor": "255,225,225,225",
"TextAlign": "Left, Top",
"TextPadding": "0,0,0,0",
"AutoSizeToContents": true,
"Font": "sourcesansproblack,10",
"TextScale": 1.0
},
"ControlToggleFullscreenButton1": {
"Bounds": "181,1190,120,28",
"Padding": "3,3,3,3",
"AlignmentEdgeDistances": "0,0,0,0",
"AlignmentTransform": "0,0",
"Margin": "0,0,0,0",
"RenderColor": "255,255,255,255",
"Alignments": "",
"DrawBackground": true,
"MinimumSize": "1,1",
"MaximumSize": "4096,4096",
"Disabled": false,
"Hidden": false,
"RestrictToParent": false,
"MouseInputEnabled": true,
"HideToolTip": false,
"ToolTipBackground": null,
"ToolTipFont": null,
"ToolTipTextColor": "",
"TextColor": "255,255,255,255",
"HoveredTextColor": "255,255,255,255",
"ClickedTextColor": "255,255,255,255",
"DisabledTextColor": "255,255,255,255",
"TextAlign": "Center",
"TextPadding": "3,3,3,3",
"AutoSizeToContents": false,
"Font": "sourcesansproblack,10",
"TextScale": 1.0,
"NormalImage": "control_button.png",
"HoveredImage": "control_button_hovered.png",
"ClickedImage": "control_button_clicked.png",
"DisabledImage": "",
"CenterImage": false,
"HoverSound": "octave-tap-resonant.wav",
"MouseUpSound": "",
"MouseDownSound": "octave-tap-warm.wav",
"ClickSound": ""
},
"ControlToggleFullscreenButton2": {
"Bounds": "309,1190,120,28",
"Padding": "3,3,3,3",
"AlignmentEdgeDistances": "0,0,0,0",
"AlignmentTransform": "0,0",
"Margin": "0,0,0,0",
"RenderColor": "255,255,255,255",
"Alignments": "",
"DrawBackground": true,
"MinimumSize": "1,1",
"MaximumSize": "4096,4096",
"Disabled": false,
"Hidden": false,
"RestrictToParent": false,
"MouseInputEnabled": true,
"HideToolTip": false,
"ToolTipBackground": null,
"ToolTipFont": null,
"ToolTipTextColor": "",
"TextColor": "255,255,255,255",
"HoveredTextColor": "255,255,255,255",
"ClickedTextColor": "255,255,255,255",
"DisabledTextColor": "255,255,255,255",
"TextAlign": "Center",
"TextPadding": "3,3,3,3",
"AutoSizeToContents": false,
"Font": "sourcesansproblack,10",
"TextScale": 1.0,
"NormalImage": "control_button.png",
"HoveredImage": "control_button_hovered.png",
"ClickedImage": "control_button_clicked.png",
"DisabledImage": "",
"CenterImage": false,
"HoverSound": "octave-tap-resonant.wav",
"MouseUpSound": "",
"MouseDownSound": "octave-tap-warm.wav",
"ClickSound": ""
}
}
},
Expand Down

0 comments on commit d587fb9

Please sign in to comment.