mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05: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
|
|
@ -246,6 +246,7 @@ sway_cmd input_cmd_events;
|
|||
sway_cmd input_cmd_left_handed;
|
||||
sway_cmd input_cmd_map_from_region;
|
||||
sway_cmd input_cmd_map_to_output;
|
||||
sway_cmd input_cmd_map_to_region;
|
||||
sway_cmd input_cmd_middle_emulation;
|
||||
sway_cmd input_cmd_natural_scroll;
|
||||
sway_cmd input_cmd_pointer_accel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue