You are not logged in.
Pages: 1
null
Last edited by gromlok (2019-03-10 15:23:35)
.
Offline
you have to set custom shortcuts on your mixer. I.E on KDE open Kmix-->Settings-->Configure Shortcuts.
Search for Increase Volume and set under Global column your Custom shurtcuts (Just turn the wheel as you want). Repet the step for Decrese Volume shortcut. That's all, it sould work. If you're using gnome procedure should be the same.
Last edited by thepasto (2010-04-28 15:32:54)
Offline
null
Last edited by gromlok (2019-03-10 15:23:42)
.
Offline
It looks like there's no keybinding for that wheel. You can check it using xev.
Eee PC 2G Surf (700)
Offline
Hello, I'm using XFCE, and In the Mixer opion, in Multimedia, I made visile the Master control, with the vertical lines for volume, but when I move the wheel It does nor work, nor in Amarok!! I don't have a similar option in my settings in XFCE.
Do you know what else could I do?
Thank you.
I don't know XFCE so i can't say you how to set shortcuts, but you can use this method to configure the wheel.
First of all open xev. On the square move left/right your wheel and take note of buttons number, then you could install xbindkeys from extra then edit/create .xbindkeys file in your home.
I.E
# Volume Decrease
"amixer -c 0 sset Master 1- unmute cap"
c: ### write here the code recived from Xev
# Volume Increase'
"amixer -c 0 sset Master 1+ unmute cap"
c: ### write here the code recived from Xevnow run xbinkeys. To set permanently put xbindkeys in autostart
Last edited by thepasto (2010-04-29 16:49:39)
Offline
null
Last edited by gromlok (2019-03-10 15:23:50)
.
Offline
you have to paste keycode. In your examples are keycode 122 and keycode 123, so in your .xbinkeys you have to append after "c:" only these numbers.
Last edited by thepasto (2010-04-30 17:11:56)
Offline
null
Last edited by gromlok (2019-03-10 15:24:00)
.
Offline
Probably you have to set the correct channel. Open alsamixer and check if the it is called Master. Otherwise you can see here. http://wiki.archlinux.org/index.php/Xfc … 7t_working and http://wiki.archlinux.org/index.php/Xfc … me_buttons
Last edited by thepasto (2010-05-01 09:16:03)
Offline
Pages: 1