From 4a7f8b88f7487476aa4455f7fe50e03d7ea9cd74 Mon Sep 17 00:00:00 2001 From: Mi Klo Date: Mon, 27 Dec 2021 13:15:48 +0100 Subject: [PATCH] Dodanie 'mx-linux/.xbindkeysrc' --- mx-linux/.xbindkeysrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mx-linux/.xbindkeysrc 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