Add input "identifier" map_to_output "identifier"

This commit is contained in:
Drew DeVault 2018-04-08 14:15:13 -04:00
parent 26e5974496
commit 0e3ddf255e
8 changed files with 87 additions and 1 deletions

View file

@ -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 },