aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input.c
diff options
context:
space:
mode:
authorLibravatar Tadeo Kondrak <me@tadeo.ca>2019-10-28 18:26:00 -0600
committerLibravatar Simon Ser <contact@emersion.fr>2019-11-17 13:34:24 +0100
commit4829f1c26a521a4ef6659d91505112cc0be8d237 (patch)
tree4e0987c668241600401755630afe40c3879ca06a /sway/commands/input.c
parentxwayland: get_constraints using size hints (diff)
downloadsway-4829f1c26a521a4ef6659d91505112cc0be8d237.tar.gz
sway-4829f1c26a521a4ef6659d91505112cc0be8d237.tar.zst
sway-4829f1c26a521a4ef6659d91505112cc0be8d237.zip
Implement input map_to_region command
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 2289ede5..a11ad79a 100644
--- a/sway/commands/input.c
+++ b/sway/commands/input.c
@@ -18,6 +18,7 @@ static struct cmd_handler input_handlers[] = {
18 { "left_handed", input_cmd_left_handed }, 18 { "left_handed", input_cmd_left_handed },
19 { "map_from_region", input_cmd_map_from_region }, 19 { "map_from_region", input_cmd_map_from_region },
20 { "map_to_output", input_cmd_map_to_output }, 20 { "map_to_output", input_cmd_map_to_output },
21 { "map_to_region", input_cmd_map_to_region },
21 { "middle_emulation", input_cmd_middle_emulation }, 22 { "middle_emulation", input_cmd_middle_emulation },
22 { "natural_scroll", input_cmd_natural_scroll }, 23 { "natural_scroll", input_cmd_natural_scroll },
23 { "pointer_accel", input_cmd_pointer_accel }, 24 { "pointer_accel", input_cmd_pointer_accel },