mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Add input "identifier" map_to_output "identifier"
This commit is contained in:
parent
26e5974496
commit
0e3ddf255e
8 changed files with 87 additions and 1 deletions
|
|
@ -187,6 +187,7 @@ static struct cmd_handler input_handlers[] = {
|
|||
{ "dwt", input_cmd_dwt },
|
||||
{ "events", input_cmd_events },
|
||||
{ "left_handed", input_cmd_left_handed },
|
||||
{ "map_to_output", input_cmd_map_to_output },
|
||||
{ "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