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:
parent
631145a976
commit
ea9d4cd0f7
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user