guilryder / clavier-plus

Clavier+ keyboard shortcuts manager for Windows
https://gryder.org/software/clavier-plus/
GNU General Public License v3.0
334 stars 22 forks source link

MouseWheel function does not work properly #9

Closed meldarionqeusse closed 4 years ago

meldarionqeusse commented 4 years ago

I am trying to set the [{MouseWheel,-1}] to the UP arrow key and it works meaning it scrolls up. But when I do the same for the down key, meaning [{MouseWheel,+1}] to scroll down this does not work.

I noticed that only one will work at at time cannot have 2 scroll functions at the same time.

guilryder commented 4 years ago

Thanks for reporting this issue. Contrary to what the special commands menu shows, [{MouseWheel]} does not support "+" prefixes. You need to write [{MouseWheel,1]} instead of [{MouseWheel,+1]} to scroll down. The next Clavier+ version will correct the menu item.

meldarionqeusse commented 4 years ago

Great works like a charm. Thanks for your help and for the great program