Jump to content

I currently have the Logitech G910 and I want a keyboard with MX Browns, I also want a keyboard with backlight, simple shape and audio passthrough, the Max Keyboard Nighthawk X-8 is actually perfect for what I want... Except there's no volume wheel such as there is on the g910 or your typical Corsair K70. Does anyone know how I could make one? doesn't even have to be physically connected to the keyboard, I just use the volume wheel more than anything else. Must control windows volume though, otherwise I would just use a potentiometer and make myself a splitter to go from my headphones to PC.


(If I don't find a solution for this I'll probably just get the logitech G610 with MX browns and make myself a little USB/Audio passthrough on the keyboard.

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/
Share on other sites

Link to post
Share on other sites

there are plenty of "usb volume knob"s if you search it up on amazon

NEW PC build: Blank Heaven   minimalist white and black PC     Old S340 build log "White Heaven"        The "LIGHTCANON" flashlight build log        Project AntiRoll (prototype)        Custom speaker project

Spoiler

Ryzen 3950X | AMD Vega Frontier Edition | ASUS X570 Pro WS | Corsair Vengeance LPX 64GB | NZXT H500 | Seasonic Prime Fanless TX-700 | Custom loop | Coolermaster SK630 White | Logitech MX Master 2S | Samsung 980 Pro 1TB + 970 Pro 512GB | Samsung 58" 4k TV | Scarlett 2i4 | 2x AT2020

 

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7548626
Share on other sites

Link to post
Share on other sites

20 hours ago, canadiansteve2 said:

is it too difficult to click on the bottom corner of your screen? windows of any version includes a patent pending, virtual mouse wheel down in the left hand speaker looking icon thing

I change the volume a lot while in a game, alt-tabbing to change my volume is annoying. Otherwise no I have no issue changing the volume down in the volume mixer.

 

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7553999
Share on other sites

Link to post
Share on other sites

2 hours ago, Meestagibbon said:

I change the volume a lot while in a game, alt-tabbing to change my volume is annoying. Otherwise no I have no issue changing the volume down in the volume mixer.

 

or you could do what I do, grab a spare mice ( a programmable one) and change the RMB and LMB to volume up and down or if you have more Buttons on your mouse than what you need, change that instead. It's a cheaper solution I suppose....

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7554706
Share on other sites

Link to post
Share on other sites

3 hours ago, Meestagibbon said:

I change the volume a lot while in a game, alt-tabbing to change my volume is annoying. Otherwise no I have no issue changing the volume down in the volume mixer.

 

or hang on there dear sir, I just found a better solution for your unused keys

there's an app called AutoHotKey, it well... do thing what you want your keypress(es) do

here are the videos that I use to "turn" my numpad8 and numpad2 into a volume key

 

it's super easy when you've watched (and probably read the "welcome" from the AutoHotkey program)

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7554960
Share on other sites

Link to post
Share on other sites

21 hours ago, iM8Pizza said:

or hang on there dear sir, I just found a better solution for your unused keys

there's an app called AutoHotKey, it well... do thing what you want your keypress(es) do

here are the videos that I use to "turn" my numpad8 and numpad2 into a volume key

 

it's super easy when you've watched (and probably read the "welcome" from the AutoHotkey program)

I'm not at home to actually mess with this right now, but is there a way I could make it so when I hold a button such as Caps Lock for example, and then scroll on my mouse while holding caps lock, it would change the volume? that would be perfect.

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7559482
Share on other sites

Link to post
Share on other sites

35 minutes ago, Meestagibbon said:

I'm not at home to actually mess with this right now, but is there a way I could make it so when I hold a button such as Caps Lock for example, and then scroll on my mouse while holding caps lock, it would change the volume? that would be perfect.

I don't really know about that since I'm not someone who code things....

but, you can ask the guy who post the second video on his comment section (he answers the comments)

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7559651
Share on other sites

Link to post
Share on other sites

50 minutes ago, Meestagibbon said:

I'm not at home to actually mess with this right now, but is there a way I could make it so when I hold a button such as Caps Lock for example, and then scroll on my mouse while holding caps lock, it would change the volume? that would be perfect.

14 minutes ago, iM8Pizza said:

I don't really know about that since I'm not someone who code things....

but, you can ask the guy who post the second video on his comment section (he answers the comments)


Update.

well, dude... I figure it out now

what you basicly need to do is change the code that is provided at the 2nd video:

the code that is on the 2nd video is

-------------------------------------------------

!numpad8::SendInput, {volume_up}

 

!numpad2::SendInput, {volume_down}

-------------------------------------------------

and all you have to do is change it to this

-------------------------------------------------

!WheelUp:SendInput, {volume_up}

 

!WheelUp::SendInput, {volume_down}

 

-------------------------------------------------

although still do note tho, it still uses alt as part of the "combo"

Alt+WheelUp = Volume Up

Alt+WheelDown = Volume Down

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7559757
Share on other sites

Link to post
Share on other sites

On 4/7/2016 at 10:31 AM, iM8Pizza said:

here's the page to "bind" them, https://autohotkey.com/docs/KeyList.htm

sorry I havent been home to check this post, but you are a MIRACLE worker! Now I can get nearly any keyboard without being a nitpicky little girl about it xD Thank you so much!

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7578003
Share on other sites

Link to post
Share on other sites

12 hours ago, Meestagibbon said:

sorry I havent been home to check this post, but you are a MIRACLE worker! Now I can get nearly any keyboard without being a nitpicky little girl about it xD Thank you so much!

no problem :D

please do share this knowledge if you got the chance

Link to comment
https://linustechtips.com/topic/577112-custom-volume-wheel/#findComment-7580198
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×