diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-26 12:32:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 12:32:10 +0200 |
commit | 64e0731cc7206e8becfe6f80bc58362aa53f07b6 (patch) | |
tree | 3736887591d8464f577d2ad4a753a404d38d77ae /include/sway/commands.h | |
parent | d94bb78ff3ade39cc848d0acfd571b9ac6917868 (diff) | |
parent | ff61df17ffd358b03663a35fe7140e51e1ee98fc (diff) |
Merge pull request #1860 from emersion/input-map-from
Add map_from_region command
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 75534163..0732a90a 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -193,6 +193,7 @@ sway_cmd input_cmd_drag_lock; sway_cmd input_cmd_dwt; 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_middle_emulation; sway_cmd input_cmd_natural_scroll; |