mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
Implement input map_to_region command
This commit is contained in:
parent
df1a046875
commit
4829f1c26a
8 changed files with 97 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ static struct cmd_handler input_handlers[] = {
|
|||
{ "left_handed", input_cmd_left_handed },
|
||||
{ "map_from_region", input_cmd_map_from_region },
|
||||
{ "map_to_output", input_cmd_map_to_output },
|
||||
{ "map_to_region", input_cmd_map_to_region },
|
||||
{ "middle_emulation", input_cmd_middle_emulation },
|
||||
{ "natural_scroll", input_cmd_natural_scroll },
|
||||
{ "pointer_accel", input_cmd_pointer_accel },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue