Skip to content

Commit

Permalink
keyboard speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionut Bara committed Apr 18, 2024
1 parent ab6ff48 commit 6faa5eb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions MelodyScript.Settings/Input/Keyboard.reg
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Keyboard]
"KeyboardDelay"="0"
"KeyboardSpeed"="0"
"TypematicDelay"=dword:00000001
"TypematicRate"=dword:00000001
"InitialKeyboardIndicators"="2"

[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"KeyboardDelay"="0"
"KeyboardSpeed"="0"
"TypematicDelay"=dword:00000001
"TypematicRate"=dword:00000001
"InitialKeyboardIndicators"="2"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdclass\Parameters]
"KeyboardDataQueueSize"=dword:00000016
"KeyboardDataQueueSize"=dword:00000010

[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Preference]
"On"="1"
Expand All @@ -24,7 +20,4 @@ Windows Registry Editor Version 5.00
"CrashOnCtrlScroll"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdhid\Parameters]
"CrashOnCtrlScroll"=dword:00000001

[HKEY_CURRENT_USER\Control Panel\Desktop]
"KeyboardSpeed"=dword:00000000
"CrashOnCtrlScroll"=dword:00000001

0 comments on commit 6faa5eb

Please sign in to comment.