diff --git a/mx-linux/.xbindkeysrc b/mx-linux/.xbindkeysrc new file mode 100644 index 0000000..e97bc71 --- /dev/null +++ b/mx-linux/.xbindkeysrc @@ -0,0 +1,15 @@ +# thumb wheel up => next page +"xdotool key Alt_L+Right" + b:6 + +# thumb wheel down => previous page +"xdotool key Alt_L+Left" + b:7 + +# backward button => volume down +"xte 'key XF86AudioLowerVolume'" + b:8 + +# forward button => volume up +"xte 'key XF86AudioRaiseVolume'" + b:9 \ No newline at end of file