aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input.c
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-14 01:01:47 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-14 01:01:47 -0400
commit13c6627ddb7dbe235426e123ee6ff8e6794bda6d (patch)
tree078891937a369fae4a7399374c58c3352734f199 /sway/commands/input.c
parentMerge pull request #2244 from RyanDwyer/floating-resize (diff)
downloadsway-13c6627ddb7dbe235426e123ee6ff8e6794bda6d.tar.gz
sway-13c6627ddb7dbe235426e123ee6ff8e6794bda6d.tar.zst
sway-13c6627ddb7dbe235426e123ee6ff8e6794bda6d.zip
Implement tap_button_map for input devices
Diffstat (limited to 'sway/commands/input.c')
-rw-r--r--sway/commands/input.c1
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[] = {
23 { "scroll_button", input_cmd_scroll_button }, 23 { "scroll_button", input_cmd_scroll_button },
24 { "scroll_method", input_cmd_scroll_method }, 24 { "scroll_method", input_cmd_scroll_method },
25 { "tap", input_cmd_tap }, 25 { "tap", input_cmd_tap },
26 { "tap_button_map", input_cmd_tap_button_map },
26 { "xkb_layout", input_cmd_xkb_layout }, 27 { "xkb_layout", input_cmd_xkb_layout },
27 { "xkb_model", input_cmd_xkb_model }, 28 { "xkb_model", input_cmd_xkb_model },
28 { "xkb_options", input_cmd_xkb_options }, 29 { "xkb_options", input_cmd_xkb_options },