Added locking numlock

This commit is contained in:
vaxerski
2022-06-02 19:47:11 +02:00
parent f5cdb5b95e
commit 601abc7e92
3 changed files with 16 additions and 1 deletions

View File

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