This fixes bug #149.
Input server now saves keyboard typematic settings whenever they are modified, instead of wating until it is shutdown (which never happens, either the system will crash, or the input_server will stay active after a normal shut down) Same problems might apply to mouse and keymap settings. Input server shutdown handling should be reviewed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16380 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,6 +14,9 @@ typedef struct {
|
||||
int32 key_repeat_rate;
|
||||
} kb_settings;
|
||||
|
||||
#define kb_default_key_repeat_delay 500000
|
||||
#define kb_default_key_repeat_rate 200
|
||||
|
||||
#define kb_settings_file "Keyboard_settings"
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user