mirror of https://github.com/jetkvm/kvm.git
fix: correct Windows default auto-repeat delay comment from 1ms to 1s
This commit is contained in:
parent
60263359b9
commit
5a3729befb
|
@ -28,7 +28,7 @@ var keyboardConfig = gadgetConfigItem{
|
|||
|
||||
// macOS default: 15 * 15 = 225ms https://discussions.apple.com/thread/1316947?sortBy=rank
|
||||
// Linux default: 250ms https://man.archlinux.org/man/kbdrate.8.en
|
||||
// Windows default: 1ms `HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response\AutoRepeatDelay`
|
||||
// Windows default: 1s `HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response\AutoRepeatDelay`
|
||||
const autoReleaseKeyboardInterval = time.Millisecond * 100
|
||||
|
||||
// Source: https://www.kernel.org/doc/Documentation/usb/gadget_hid.txt
|
||||
|
|
Loading…
Reference in New Issue