Fixed error when remapping scroll wheels
This commit is contained in:
parent
9425ada0a3
commit
1150cdf77b
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ fn parse_raw_config(raw_config: RawConfig) -> (Bindings, Combinations, HashMap<S
|
|||
"RSTICK_DOWN",
|
||||
"RSTICK_LEFT",
|
||||
"RSTICK_RIGHT",
|
||||
"SCROLLWHEEL_UP",
|
||||
"SCROLLWHEEL_DOWN",
|
||||
"SCROLL_WHEEL_UP",
|
||||
"SCROLL_WHEEL_DOWN",
|
||||
"BTN_TL2",
|
||||
"BTN_TR2",
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue