Closed giantclambake closed 1 year ago
It's not supposed to save to amiberry.conf
, the options from the GUI save to a normal (.uae
) config file.
The amiberry.conf
file is extra, and is meant to hold the default options. A .uae
config file will always override the default options, however (if loaded).
To recreate ;
Start amiberry GUI --> select Miscellaneous config item (default mapped hotkeys = Open GUI: set to F12 | Action Replay: set to Pause)
....we want to map the Quit Key: to the F11 key....
Click on '...' for Quit Key: -> requester window opens, prompting you to hit a key --> you tap F11, requestor window closes and the Quit Key: field appears to be mapped to F11 in the GUI
Quit amiberry --> Start amiberry GUI --> select Miscellaneous config item .... Quit Key: is unset (alternately you can issue 'cat conf/amiberry.conf | grep default_quit_key' ..which returns 'default_quit_key='
Note: I cannot get keyboard LEDs to work -- it looks suspiciously like the Miscellaneous settings panel for these LED options are not saved to amiberry.conf either ....but that said, there appears to be nothing in amiberry.conf related to LED options?
edit: I do note keyboard LED options are save in the current *.uae conf file as ;
amiberry.kbd_led_num=0 amiberry.kbd_led_cap=1
It doesn't work but IMHO these LED options should be part of amiberry.conf (emulator control/setup) anyway, and not part of some-title.uae (which is Amiga title specific configuration)