由于ubuntu原声的鼠标滚轮移动速度太慢,所以使用了imwheel来加快滚动速度。但是用了imwheel后发现鼠标侧键不能用了,搜了很多资料后自己摸索出了用法,将以下代码加入.imwheelrc就行
".*"
None, Up, Button4, 5
None, Down, Button5, 5
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L, Up, Shift_L|Button4
Shift_L, Down, Shift_L|Button5
None, Thumb1, Alt_L|Left
None, Thumb2, Alt_L|Right