Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: tomek on July 28, 2015, 03:34:17 PM
-
Is there a way to style AM system dialog boxes? For example, I'd like to style the exit confirmation dialog. The default dialogs are very raw and really stand out when entered form within a nicely styled up theme, making for a jarring visual experience. It'd be nice to be able to style them up a bit.
cheers,
-tomek
-
AFAIK you can change font in dialogs and.... that's it.
-
That's what I thought. It's really not that big a deal because once I'm done configuring and my layout is all set there will be no need to enter any of the system menus during normal operation.
The one time that I can think of when it would be nice to have a little more control of the UI is with exit. I really want it to be a "shutdown" operation, so that "exiting" will shut down the computer. Oh well, never mind. I'm sure there are more pressing bug fixes and features to implement.
-t
-
Since your mini is dedicated to emulation you can simply bypass that shutdown menu.
1. find a way to make system wide key shortcut that is triggering shutdown or sleep command
2. make separate button in your cab configured as that shortcut
3. press that button to shutdown/sleep
Sleep is better, because pressing any button on your cab will wake it up instantly, instead of booting up.
-
Great suggestion. And since I'm using a USB keyboard controller I can program it to send a complex keycode sequence back to the Mini which can then invoke a script which can be as little as the following shell command
pmset sleepnow
But we're getting off topic now. Thanks for the great suggestion.