compuphase / minIni

A small and portable INI file library with read/write support
http://www.compuphase.com/minini.htm
Other
382 stars 114 forks source link

hope can add "delete a line of comments ‘#’ " #20

Open xingwozhonghua126 opened 2 years ago

xingwozhonghua126 commented 2 years ago
[Hotkey]
# 切换激活/非激活输入法
TriggerKey=CTRL_SPACE
# 只在用额外切换键取消激活后才使用它进行切换
# 可选值:
# True False
#UseExtraTriggerKeyOnlyWhenUseItToInactivate=True
# 额外的激活输入法快捷键

some times i want remove "#" from "#UseExtraTriggerKeyOnlyWhenUseItToInactivate=True".

make "UseExtraTriggerKeyOnlyWhenUseItToInactivate=True" be usefull.