Following this tutorial, I'd like to map the page-forward button of the mouse (i.e. b:9
) to Shift_L
. However, using the tools xte
and xbinkeys
the button-down works, but the button-release does not. Using xte
on its own, button-press and -release work. So it has to do something with my ~/.xbindkeys
.
Content of ~/.xbindkeys
:
# Page forward press
"xte 'keydown Shift_L'"
b:9
# Page forward release
"xte 'keyup Shift_L'"
b:9 + Release
You need to add to the release (because you'll have shift pressed when your mb9 is down):