-
Notifications
You must be signed in to change notification settings - Fork 18
Multiple Configs
cajhin edited this page Jan 4, 2021
·
2 revisions
You can configure up to 9 independent configs.
This is useful to have specific configs for
- different applications
- different games
- alternative keyboard layouts
- testing new experimental configs
I'm on config_1 99% of the time.
You can switch configs with the the standard commands ESC + 1..9. (Also "config 0", which disables all key processing).
You can also configure your own shortcuts to switch configs. See Function: configSwitch()
All GLOBAL
settings are used for all configs.
OPTION
s are only used on the config that defines them.
In your capsicain.ini, the section names [config_1]
to [config_9]
define your configs.
Capsicain starts on config 1, unless you define e.g. GLOBAL activeConfigOnStartup 3
for config 3.
If you have a set of rules that you want to use in many configs, see Keyword: INCLUDE