Slightly increased the default key repeat rate to make it at least

bearable.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-02-22 10:53:27 +00:00
parent 631145a976
commit ea9d4cd0f7

View File

@ -1,5 +1,5 @@
/*
* Copyright 2001-2005, Haiku, Inc. All Rights Reserved.
* Copyright 2001-2008, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _KB_MOUSE_SETTINGS_H
@ -15,7 +15,7 @@ typedef struct {
} kb_settings;
#define kb_default_key_repeat_delay 500000
#define kb_default_key_repeat_rate 200
#define kb_default_key_repeat_rate 250
#define kb_settings_file "Keyboard_settings"