Add input options to config

This commit is contained in:
Sixels 2022-04-19 13:51:53 -03:00
parent c0645c393b
commit 6719574f0c
2 changed files with 9 additions and 0 deletions

View file

@ -55,6 +55,9 @@ void CConfigManager::setDefaultVars() {
configValues["input:kb_options"].strValue = "";
configValues["input:kb_rules"].strValue = "";
configValues["input:kb_model"].strValue = "";
configValues["input:repeat_rate"].intValue = 25;
configValues["input:repeat_delay"].intValue = 600;
configValues["input:touchpad:disable_while_typing"].intValue = 1;
configValues["input:follow_mouse"].intValue = 1;

View file

@ -19,6 +19,12 @@ input {
kb_model=
kb_options=
kb_rules=
repeat_rate=
repeat_delay=
touchpad {
disable_while_typing=
}
}
general {