Configuration Save/Restore
There are several user-configurable items established during a uCon session that are reusable from one session to the next. Probably the most obvious example would be the programmable function keys. If, after every startup of uCon, the user had to re-load the previously configured function keys, it would hardly be worth the effort!
This is where configuration save/restore becomes handy. It allows the user to keep a copy of the current configuration; thus allowing the user to quickly reload the configuration at some later time. The configuration is saved through either File->Save, File->SaveTo menu items or the toolbar.
There are several ways to load a configuration. At startup, a configuration file can be specified on the command line as the argument to the uCon command. This method bypasses the initial uCon configuration dialog box. If no configuration file is specified on the command line, then the uCon configuration dialog box allows the user to load one of the pre-established configurations. Finally, if uCon is already running, an alternate configuration can be loaded with the File->Open menu item.
Note that the configuration file created is typically not edited by the user; however it is an ASCII text file, so if you get a bit adventurous, it can be modified through the File->Edit Config menu item. Make sure you know what you're doing; otherwise you may mess up the working configuration.