docs/dev/src/faq.md
!!! todo
Incomplete page.
There are currently two groups of settings: General and Shortcuts.
The necessary steps are usually the following:
ConfigHandler.
For most settings you should use the
CONFIG_GETTER_SETTER macro. If your setting is
unusual enough you may need to use CONFIG_GETTER or
CONFIG_SETTER individually, or even need to create the
methods manually.ValueHandler. Otherwise you can use one of the
existing ones in valuehandler.h.ConfigWindow. If your setting doesn't fit into any of the
existing tabs, you can add a new one, but please discuss it with us first.To get a deeper understanding of how the configuration works, please see Configuration.