📄 settings.specs.txt
字号:
settings.cpp specifications
---------------------------
This a more or less detailled description of what the code in this file
does, how it works and how it should be used.
Overview
--------
This module handles the loading of all settings from the config files.
All loaded information are stored in one big struct -> MAINSETTINGS.
The other modules access the global variable mainset for reading out
settings they need.
LoadSettings() identifies all config file commands and stores the
settings in 'mainset'.
For detailled information about valid configuration commands read the
documentation.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -