mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
keyboard repeat configuration
This commit is contained in:
parent
3dc4c02c54
commit
326b4aebd1
3 changed files with 9 additions and 1 deletions
|
|
@ -29,6 +29,8 @@ struct rcxml {
|
|||
enum libinput_config_accel_profile accel_profile;
|
||||
enum libinput_config_middle_emulation_state middle_emu;
|
||||
enum libinput_config_dwt_state dwt;
|
||||
int repeat_rate;
|
||||
int repeat_delay;
|
||||
};
|
||||
|
||||
extern struct rcxml rc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue