diff options
author | Brian Ashworth <[email protected]> | 2018-07-14 01:01:47 -0400 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2018-07-14 01:01:47 -0400 |
commit | 13c6627ddb7dbe235426e123ee6ff8e6794bda6d (patch) | |
tree | 078891937a369fae4a7399374c58c3352734f199 /sway/commands/input.c | |
parent | 63f28bcf1efa0f60fef7d50d8c5db541295281c7 (diff) |
Implement tap_button_map for input devices
Diffstat (limited to 'sway/commands/input.c')
-rw-r--r-- | sway/commands/input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/input.c b/sway/commands/input.c index e7906b0e..5b203ea0 100644 --- a/sway/commands/input.c +++ b/sway/commands/input.c @@ -23,6 +23,7 @@ static struct cmd_handler input_handlers[] = { { "scroll_button", input_cmd_scroll_button }, { "scroll_method", input_cmd_scroll_method }, { "tap", input_cmd_tap }, + { "tap_button_map", input_cmd_tap_button_map }, { "xkb_layout", input_cmd_xkb_layout }, { "xkb_model", input_cmd_xkb_model }, { "xkb_options", input_cmd_xkb_options }, |