mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-05 23:00:46 +02:00
test: add missing comma to horizontal click angle udev rule
Without the comma it now assigns the horizontal click angle property to all
devices.
Introduced in b02acd346b
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9959464af7
commit
b1fa57372c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ static const char udev_rule[] =
|
|||
"KERNEL!=\"event*\", GOTO=\"wheel_click_angle_end\"\n"
|
||||
"\n"
|
||||
"ATTRS{name}==\"litest Wheel Click Angle Mouse*\",\\\n"
|
||||
" ENV{MOUSE_WHEEL_CLICK_ANGLE}=\"-7\"\n"
|
||||
" ENV{MOUSE_WHEEL_CLICK_ANGLE}=\"-7\",\n"
|
||||
" ENV{MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL}=\"13\"\n"
|
||||
"\n"
|
||||
"LABEL=\"wheel_click_angle_end\"";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue