Skip to content
Discussion options

You must be logged in to vote

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.

ButtonRight >> $(keymapperctl --instance wheel --press WheelDown --release WheelDown --wait 20 --restart) ^ $(keymapperctl --instance wheel)

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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@houmain
Comment options

@ShadowFungi
Comment options

Answer selected by ShadowFungi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants