Is it possible to have Mouse Wheel(Down/Up) repeat while a key is held? #383
|
Hello, while this is the most straightforward key remapping software I've found, I would like to be able to hold down a key such as |
Replies: 1 comment 2 replies
|
Hi, I just noticed, that by now (I fixed the mouse mapping performance on Windows in 5.7.0), this does work better on Windows than on Linux. I need to further investigate this. |
Hi,
for longer running mappings one has to resort to keymapperctl.
The following mapping should do the trick. It starts a keymapperctl instance "wheel" which sends a WheelDown event every 20ms and terminates the instance when the button is released.
I just noticed, that by now (I fixed the mouse mapping performance on Windows in 5.7.0), this does work better on Windows than on Linux. I need to further investigate this.