add natural scroll opt
This commit is contained in:
parent
034192650f
commit
aa5b0d2cda
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue