mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Implement tap_button_map for input devices
This commit is contained in:
parent
63f28bcf1e
commit
13c6627ddb
8 changed files with 53 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ sway_cmd input_cmd_repeat_rate;
|
|||
sway_cmd input_cmd_scroll_button;
|
||||
sway_cmd input_cmd_scroll_method;
|
||||
sway_cmd input_cmd_tap;
|
||||
sway_cmd input_cmd_tap_button_map;
|
||||
sway_cmd input_cmd_xkb_layout;
|
||||
sway_cmd input_cmd_xkb_model;
|
||||
sway_cmd input_cmd_xkb_options;
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ struct input_config {
|
|||
int scroll_method;
|
||||
int send_events;
|
||||
int tap;
|
||||
int tap_button_map;
|
||||
|
||||
char *xkb_layout;
|
||||
char *xkb_model;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue