Sublime Forum

[BUG] mouse buttons 4 and 5 (back and forward) on Linux

#1

The mouse button back and forward don’t change the selected displayed file.
I tried changing …/sublime-text-2/Packages/Default/Default (Linux).sublime-mousemap so it uses buttons 8 and 9 (like xev says the back and forward buttons are) but then sublime is unable to parse those bindings:

Unable to parse binding {button: button9, command: prev_view, modifiers: ]}
Unable to parse binding {button: button8, command: next_view, modifiers: ]}

the back/forward buttons work on other apps (i.e. firefox)

related bug:
sublimetext.userecho.com/topic/1 … -on-linux/

some details:
wireless logitech mouse on archlinux using evdev as X input driver (and using udev) and sublime text 2.0

0 Likes

#2

This was fixed in Version 2.0.1

0 Likes