-
Notifications
You must be signed in to change notification settings - Fork 18
Keyword: GLOBAL
All lines starting with GLOBAL
are valid for all layers.
It does not matter where the GLOBALs are.
For readability, I recommend you put the GLOBALs on top of your config file, outside of any section.
Switch to this layer on startup.
Default: layer 1 is active on startup.
Example
Always start with the [layer_3] config:
GLOBAL activeLayerOnStartup 3
Show debug output from startup until the first layer is loaded. After that, the layer decides if debug is active (OPTION debug).
{any string} is displayed on startup, and with Status (ESC+S).
This is useful when you have several capsicain.ini files and you are not sure which version of an .ini you are currently using.
The capsicain console is minimized on startup.
Useful when you have a stable config and you don't want to see the console anymore.
The capsicain console is moved from the taskbar to the traybar on startup.
ESC commands with output (like Status or Help) will pop up the console again.
Switch between taskbar and traybar with [ESC]+[T]
Note that the traybar icon only shows the status of capsicain - it does not do anything when you click on it.
When capsicain starts, it will try to start AutoHotkey.
AHK is started if:
-
AutoHotkey.exe
exists in the same folder ascapsicain.exe
- AutoHotkey.exe is not already running