add natural scroll opt

This commit is contained in:
vaxerski
2022-05-06 19:34:48 +02:00
parent 034192650f
commit aa5b0d2cda
2 changed files with 2 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ void CConfigManager::setDefaultVars() {
configValues["input:kb_model"].strValue = STRVAL_EMPTY;
configValues["input:repeat_rate"].intValue = 25;
configValues["input:repeat_delay"].intValue = 600;
configValues["input:natural_scroll"].intValue = 0;
configValues["input:touchpad:disable_while_typing"].intValue = 1;
configValues["input:follow_mouse"].intValue = 1;