added misc:float_switch_override_focus

This commit is contained in:
vaxerski
2022-08-22 18:22:26 +02:00
parent 429b2bffed
commit 575bfa40e5
2 changed files with 3 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ void CConfigManager::setDefaultVars() {
configValues["input:natural_scroll"].intValue = 0;
configValues["input:numlock_by_default"].intValue = 0;
configValues["input:force_no_accel"].intValue = 0;
configValues["input:float_switch_override_focus"].intValue = 1;
configValues["input:touchpad:natural_scroll"].intValue = 0;
configValues["input:touchpad:disable_while_typing"].intValue = 1;
configValues["input:touchpad:clickfinger_behavior"].intValue = 0;