diff options
author | Drew DeVault <[email protected]> | 2018-04-26 12:32:10 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-26 12:32:10 +0200 |
commit | 64e0731cc7206e8becfe6f80bc58362aa53f07b6 (patch) | |
tree | 3736887591d8464f577d2ad4a753a404d38d77ae /sway/commands.c | |
parent | d94bb78ff3ade39cc848d0acfd571b9ac6917868 (diff) | |
parent | ff61df17ffd358b03663a35fe7140e51e1ee98fc (diff) |
Merge pull request #1860 from emersion/input-map-from
Add map_from_region command
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 5827fc13..a67bc127 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -191,6 +191,7 @@ static struct cmd_handler input_handlers[] = { { "dwt", input_cmd_dwt }, { "events", input_cmd_events }, { "left_handed", input_cmd_left_handed }, + { "map_from_region", input_cmd_map_from_region }, { "map_to_output", input_cmd_map_to_output }, { "middle_emulation", input_cmd_middle_emulation }, { "natural_scroll", input_cmd_natural_scroll }, |