Change device controlled by volume keys without changing default
My audio is routed through a second device (default), which then feeds to the primary. Changing the volume of the second device doesn't affect anything, even if I set it to 0.
Windows requires the default device to be the one that is controlled by the volume keys on the keyboard.
Is there a way besides changing the default, to control which device is controlled by the volume keys?
p.s. Volume keys is referring generically to what could be differently physically implemented (a thing that sends vol up/down characters)
Also, I'm using Win8.1, if that changes anything.
windows audio
add a comment |
My audio is routed through a second device (default), which then feeds to the primary. Changing the volume of the second device doesn't affect anything, even if I set it to 0.
Windows requires the default device to be the one that is controlled by the volume keys on the keyboard.
Is there a way besides changing the default, to control which device is controlled by the volume keys?
p.s. Volume keys is referring generically to what could be differently physically implemented (a thing that sends vol up/down characters)
Also, I'm using Win8.1, if that changes anything.
windows audio
add a comment |
My audio is routed through a second device (default), which then feeds to the primary. Changing the volume of the second device doesn't affect anything, even if I set it to 0.
Windows requires the default device to be the one that is controlled by the volume keys on the keyboard.
Is there a way besides changing the default, to control which device is controlled by the volume keys?
p.s. Volume keys is referring generically to what could be differently physically implemented (a thing that sends vol up/down characters)
Also, I'm using Win8.1, if that changes anything.
windows audio
My audio is routed through a second device (default), which then feeds to the primary. Changing the volume of the second device doesn't affect anything, even if I set it to 0.
Windows requires the default device to be the one that is controlled by the volume keys on the keyboard.
Is there a way besides changing the default, to control which device is controlled by the volume keys?
p.s. Volume keys is referring generically to what could be differently physically implemented (a thing that sends vol up/down characters)
Also, I'm using Win8.1, if that changes anything.
windows audio
windows audio
edited Jan 13 '14 at 3:06
Yet Another User
asked Jan 13 '14 at 2:54
Yet Another UserYet Another User
229311
229311
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I've had your exact problem, and I've come up with a solution, though I would like a more permanent one.
Answer found here
In short, I used Nircmd to get some console commands to change the volume of the non-default device and then I used AutoHotKey to hook my volume keys to the those commands in order to adjust volume. You could probably figure out the volume controls in AutoHotkey to skip using Nircmd in the first place, but I couldn't figure them out.
It's working perfectly so far, and the only thing I miss is the volume bar display that shows up when I change volume.
Awesome answer. I no longer use this audio setup, but this would definitely solve the original problem. Have a +1.
– Yet Another User
Feb 14 '17 at 0:32
add a comment |
Seeing how I ran into the same issue and this came on top of google:
As far as I know there's no way to do this in standalone windows. There's however an application called volume2 which allows you to pick an audio device to use and set up keyboard shortcuts to control the volume of that device using the original volumeup and volumedown keys. It also comes with lots of other interesting features but you don't have to use those.
add a comment |
I'm not sure exactly how to do this, but i may be able to give you a few starting points. Right click the Realtech start icon and go to audio devices. Select the device you wish to be able to modify and go to properties. Go to the advanced tab and check "allow applications to take exclusive control of the device". I'm not sure which driver set/ software directly controls your volume keys, but that should allow it to take control if you specify. Hope this helps. (Generally this is used for software media players, but it may apply to buttons as well)
Built-in windows 8. Did I badly word this? I want a different device to be controlled by vol keys. NOT default
– Yet Another User
Jan 13 '14 at 3:02
Sorry man, not sure how to modify it in windows 8 =( Good luck to you sir.
– jak138
Jan 13 '14 at 3:04
Your wording is ok, the last line clarifies it. The buttons usually have separate settings from realtech settings. At least that has been my past experience.
– jak138
Jan 13 '14 at 3:06
add a comment |
I found a different solution which some might wanna use instead of AutoHotkey
I posted it on Another post here
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f700849%2fchange-device-controlled-by-volume-keys-without-changing-default%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've had your exact problem, and I've come up with a solution, though I would like a more permanent one.
Answer found here
In short, I used Nircmd to get some console commands to change the volume of the non-default device and then I used AutoHotKey to hook my volume keys to the those commands in order to adjust volume. You could probably figure out the volume controls in AutoHotkey to skip using Nircmd in the first place, but I couldn't figure them out.
It's working perfectly so far, and the only thing I miss is the volume bar display that shows up when I change volume.
Awesome answer. I no longer use this audio setup, but this would definitely solve the original problem. Have a +1.
– Yet Another User
Feb 14 '17 at 0:32
add a comment |
I've had your exact problem, and I've come up with a solution, though I would like a more permanent one.
Answer found here
In short, I used Nircmd to get some console commands to change the volume of the non-default device and then I used AutoHotKey to hook my volume keys to the those commands in order to adjust volume. You could probably figure out the volume controls in AutoHotkey to skip using Nircmd in the first place, but I couldn't figure them out.
It's working perfectly so far, and the only thing I miss is the volume bar display that shows up when I change volume.
Awesome answer. I no longer use this audio setup, but this would definitely solve the original problem. Have a +1.
– Yet Another User
Feb 14 '17 at 0:32
add a comment |
I've had your exact problem, and I've come up with a solution, though I would like a more permanent one.
Answer found here
In short, I used Nircmd to get some console commands to change the volume of the non-default device and then I used AutoHotKey to hook my volume keys to the those commands in order to adjust volume. You could probably figure out the volume controls in AutoHotkey to skip using Nircmd in the first place, but I couldn't figure them out.
It's working perfectly so far, and the only thing I miss is the volume bar display that shows up when I change volume.
I've had your exact problem, and I've come up with a solution, though I would like a more permanent one.
Answer found here
In short, I used Nircmd to get some console commands to change the volume of the non-default device and then I used AutoHotKey to hook my volume keys to the those commands in order to adjust volume. You could probably figure out the volume controls in AutoHotkey to skip using Nircmd in the first place, but I couldn't figure them out.
It's working perfectly so far, and the only thing I miss is the volume bar display that shows up when I change volume.
edited Mar 20 '17 at 10:17
Community♦
1
1
answered Feb 14 '17 at 0:25
BLARGBLARG
6619
6619
Awesome answer. I no longer use this audio setup, but this would definitely solve the original problem. Have a +1.
– Yet Another User
Feb 14 '17 at 0:32
add a comment |
Awesome answer. I no longer use this audio setup, but this would definitely solve the original problem. Have a +1.
– Yet Another User
Feb 14 '17 at 0:32
Awesome answer. I no longer use this audio setup, but this would definitely solve the original problem. Have a +1.
– Yet Another User
Feb 14 '17 at 0:32
Awesome answer. I no longer use this audio setup, but this would definitely solve the original problem. Have a +1.
– Yet Another User
Feb 14 '17 at 0:32
add a comment |
Seeing how I ran into the same issue and this came on top of google:
As far as I know there's no way to do this in standalone windows. There's however an application called volume2 which allows you to pick an audio device to use and set up keyboard shortcuts to control the volume of that device using the original volumeup and volumedown keys. It also comes with lots of other interesting features but you don't have to use those.
add a comment |
Seeing how I ran into the same issue and this came on top of google:
As far as I know there's no way to do this in standalone windows. There's however an application called volume2 which allows you to pick an audio device to use and set up keyboard shortcuts to control the volume of that device using the original volumeup and volumedown keys. It also comes with lots of other interesting features but you don't have to use those.
add a comment |
Seeing how I ran into the same issue and this came on top of google:
As far as I know there's no way to do this in standalone windows. There's however an application called volume2 which allows you to pick an audio device to use and set up keyboard shortcuts to control the volume of that device using the original volumeup and volumedown keys. It also comes with lots of other interesting features but you don't have to use those.
Seeing how I ran into the same issue and this came on top of google:
As far as I know there's no way to do this in standalone windows. There's however an application called volume2 which allows you to pick an audio device to use and set up keyboard shortcuts to control the volume of that device using the original volumeup and volumedown keys. It also comes with lots of other interesting features but you don't have to use those.
answered May 14 '15 at 16:35
MauritsMaurits
212
212
add a comment |
add a comment |
I'm not sure exactly how to do this, but i may be able to give you a few starting points. Right click the Realtech start icon and go to audio devices. Select the device you wish to be able to modify and go to properties. Go to the advanced tab and check "allow applications to take exclusive control of the device". I'm not sure which driver set/ software directly controls your volume keys, but that should allow it to take control if you specify. Hope this helps. (Generally this is used for software media players, but it may apply to buttons as well)
Built-in windows 8. Did I badly word this? I want a different device to be controlled by vol keys. NOT default
– Yet Another User
Jan 13 '14 at 3:02
Sorry man, not sure how to modify it in windows 8 =( Good luck to you sir.
– jak138
Jan 13 '14 at 3:04
Your wording is ok, the last line clarifies it. The buttons usually have separate settings from realtech settings. At least that has been my past experience.
– jak138
Jan 13 '14 at 3:06
add a comment |
I'm not sure exactly how to do this, but i may be able to give you a few starting points. Right click the Realtech start icon and go to audio devices. Select the device you wish to be able to modify and go to properties. Go to the advanced tab and check "allow applications to take exclusive control of the device". I'm not sure which driver set/ software directly controls your volume keys, but that should allow it to take control if you specify. Hope this helps. (Generally this is used for software media players, but it may apply to buttons as well)
Built-in windows 8. Did I badly word this? I want a different device to be controlled by vol keys. NOT default
– Yet Another User
Jan 13 '14 at 3:02
Sorry man, not sure how to modify it in windows 8 =( Good luck to you sir.
– jak138
Jan 13 '14 at 3:04
Your wording is ok, the last line clarifies it. The buttons usually have separate settings from realtech settings. At least that has been my past experience.
– jak138
Jan 13 '14 at 3:06
add a comment |
I'm not sure exactly how to do this, but i may be able to give you a few starting points. Right click the Realtech start icon and go to audio devices. Select the device you wish to be able to modify and go to properties. Go to the advanced tab and check "allow applications to take exclusive control of the device". I'm not sure which driver set/ software directly controls your volume keys, but that should allow it to take control if you specify. Hope this helps. (Generally this is used for software media players, but it may apply to buttons as well)
I'm not sure exactly how to do this, but i may be able to give you a few starting points. Right click the Realtech start icon and go to audio devices. Select the device you wish to be able to modify and go to properties. Go to the advanced tab and check "allow applications to take exclusive control of the device". I'm not sure which driver set/ software directly controls your volume keys, but that should allow it to take control if you specify. Hope this helps. (Generally this is used for software media players, but it may apply to buttons as well)
answered Jan 13 '14 at 3:02
jak138jak138
866
866
Built-in windows 8. Did I badly word this? I want a different device to be controlled by vol keys. NOT default
– Yet Another User
Jan 13 '14 at 3:02
Sorry man, not sure how to modify it in windows 8 =( Good luck to you sir.
– jak138
Jan 13 '14 at 3:04
Your wording is ok, the last line clarifies it. The buttons usually have separate settings from realtech settings. At least that has been my past experience.
– jak138
Jan 13 '14 at 3:06
add a comment |
Built-in windows 8. Did I badly word this? I want a different device to be controlled by vol keys. NOT default
– Yet Another User
Jan 13 '14 at 3:02
Sorry man, not sure how to modify it in windows 8 =( Good luck to you sir.
– jak138
Jan 13 '14 at 3:04
Your wording is ok, the last line clarifies it. The buttons usually have separate settings from realtech settings. At least that has been my past experience.
– jak138
Jan 13 '14 at 3:06
Built-in windows 8. Did I badly word this? I want a different device to be controlled by vol keys. NOT default
– Yet Another User
Jan 13 '14 at 3:02
Built-in windows 8. Did I badly word this? I want a different device to be controlled by vol keys. NOT default
– Yet Another User
Jan 13 '14 at 3:02
Sorry man, not sure how to modify it in windows 8 =( Good luck to you sir.
– jak138
Jan 13 '14 at 3:04
Sorry man, not sure how to modify it in windows 8 =( Good luck to you sir.
– jak138
Jan 13 '14 at 3:04
Your wording is ok, the last line clarifies it. The buttons usually have separate settings from realtech settings. At least that has been my past experience.
– jak138
Jan 13 '14 at 3:06
Your wording is ok, the last line clarifies it. The buttons usually have separate settings from realtech settings. At least that has been my past experience.
– jak138
Jan 13 '14 at 3:06
add a comment |
I found a different solution which some might wanna use instead of AutoHotkey
I posted it on Another post here
add a comment |
I found a different solution which some might wanna use instead of AutoHotkey
I posted it on Another post here
add a comment |
I found a different solution which some might wanna use instead of AutoHotkey
I posted it on Another post here
I found a different solution which some might wanna use instead of AutoHotkey
I posted it on Another post here
answered Feb 18 at 15:20
markaabomarkaabo
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f700849%2fchange-device-controlled-by-volume-keys-without-changing-default%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown