how to create a hot-key to control a volume app

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I was wonder if there is a way to create a hot-key to control PulseAudio app? Due to YouTube being in full screen and adjusting down the volume.
application-development system-settings
add a comment |Â
up vote
0
down vote
favorite
I was wonder if there is a way to create a hot-key to control PulseAudio app? Due to YouTube being in full screen and adjusting down the volume.
application-development system-settings
 
 
 
 
 
 
 Are you using XFCE, or can add customizable keyboard shortcuts fairly easily? And you know that YouTube should accept the arrow up & down buttons to change it's volume? Or does YouTube change your desktop's "master" volume somehow?
 â Xen2050
 Feb 27 at 1:20
 
 
 
 
 
 
 
 
 
 changes the desktop's master volume.
 â A.Lfisher
 Feb 28 at 2:43
 
 
 
 
 
 
 
 
 
 yes control volume
 â A.Lfisher
 Feb 28 at 3:44
 
 
 
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I was wonder if there is a way to create a hot-key to control PulseAudio app? Due to YouTube being in full screen and adjusting down the volume.
application-development system-settings
I was wonder if there is a way to create a hot-key to control PulseAudio app? Due to YouTube being in full screen and adjusting down the volume.
application-development system-settings
application-development system-settings
asked Feb 26 at 23:07
A.Lfisher
12
12
 
 
 
 
 
 
 Are you using XFCE, or can add customizable keyboard shortcuts fairly easily? And you know that YouTube should accept the arrow up & down buttons to change it's volume? Or does YouTube change your desktop's "master" volume somehow?
 â Xen2050
 Feb 27 at 1:20
 
 
 
 
 
 
 
 
 
 changes the desktop's master volume.
 â A.Lfisher
 Feb 28 at 2:43
 
 
 
 
 
 
 
 
 
 yes control volume
 â A.Lfisher
 Feb 28 at 3:44
 
 
 
add a comment |Â
 
 
 
 
 
 
 Are you using XFCE, or can add customizable keyboard shortcuts fairly easily? And you know that YouTube should accept the arrow up & down buttons to change it's volume? Or does YouTube change your desktop's "master" volume somehow?
 â Xen2050
 Feb 27 at 1:20
 
 
 
 
 
 
 
 
 
 changes the desktop's master volume.
 â A.Lfisher
 Feb 28 at 2:43
 
 
 
 
 
 
 
 
 
 yes control volume
 â A.Lfisher
 Feb 28 at 3:44
 
 
 
Are you using XFCE, or can add customizable keyboard shortcuts fairly easily? And you know that YouTube should accept the arrow up & down buttons to change it's volume? Or does YouTube change your desktop's "master" volume somehow?
â Xen2050
Feb 27 at 1:20
Are you using XFCE, or can add customizable keyboard shortcuts fairly easily? And you know that YouTube should accept the arrow up & down buttons to change it's volume? Or does YouTube change your desktop's "master" volume somehow?
â Xen2050
Feb 27 at 1:20
changes the desktop's master volume.
â A.Lfisher
Feb 28 at 2:43
changes the desktop's master volume.
â A.Lfisher
Feb 28 at 2:43
yes control volume
â A.Lfisher
Feb 28 at 3:44
yes control volume
â A.Lfisher
Feb 28 at 3:44
add a comment |Â
 1 Answer
 1
 
active
oldest
votes
up vote
0
down vote
I assume you want to control volume up and down with a key combination.
try adding these entries to All Settings->Keyboard->Shortcuts->Custom shortcuts by clicking +:
Volume down: amixer -D pulse sset Master 5%-
Volume up: amixer -D pulse sset Master 5%+
Assign the key combination you want by clicking on the above two entries.
This will be helpful: https://help.ubuntu.com/stable/ubuntu-help/keyboard-shortcuts-set.html
 
 
 
 
 
 
 I'm not seeing how to add the Volume up and down options to the app I just added.
 â A.Lfisher
 Feb 28 at 4:24
 
 
 
 
 
 
 
 
 
 Ended up putting enters in Global Shortcuts for the Launch PulseAudio as shift + <left arror> then in Custom Shortcuts added PulseAudio then under PulseAudio add New --> Global Shortcut --> Command/URL = Volume up: amixer -D pulse sset Master 5%+ , and Volume down: amixer -D pulse sset Master 5%-
 â A.Lfisher
 Mar 1 at 18:23
 
 
 
 
 
 
 
 
 
 works ok but does stop volume from moving unless PulseAudio is open and volume has been manually adjusted the shortcuts don't work
 â A.Lfisher
 Mar 1 at 18:31
 
 
 
add a comment |Â
 1 Answer
 1
 
active
oldest
votes
 1 Answer
 1
 
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I assume you want to control volume up and down with a key combination.
try adding these entries to All Settings->Keyboard->Shortcuts->Custom shortcuts by clicking +:
Volume down: amixer -D pulse sset Master 5%-
Volume up: amixer -D pulse sset Master 5%+
Assign the key combination you want by clicking on the above two entries.
This will be helpful: https://help.ubuntu.com/stable/ubuntu-help/keyboard-shortcuts-set.html
 
 
 
 
 
 
 I'm not seeing how to add the Volume up and down options to the app I just added.
 â A.Lfisher
 Feb 28 at 4:24
 
 
 
 
 
 
 
 
 
 Ended up putting enters in Global Shortcuts for the Launch PulseAudio as shift + <left arror> then in Custom Shortcuts added PulseAudio then under PulseAudio add New --> Global Shortcut --> Command/URL = Volume up: amixer -D pulse sset Master 5%+ , and Volume down: amixer -D pulse sset Master 5%-
 â A.Lfisher
 Mar 1 at 18:23
 
 
 
 
 
 
 
 
 
 works ok but does stop volume from moving unless PulseAudio is open and volume has been manually adjusted the shortcuts don't work
 â A.Lfisher
 Mar 1 at 18:31
 
 
 
add a comment |Â
up vote
0
down vote
I assume you want to control volume up and down with a key combination.
try adding these entries to All Settings->Keyboard->Shortcuts->Custom shortcuts by clicking +:
Volume down: amixer -D pulse sset Master 5%-
Volume up: amixer -D pulse sset Master 5%+
Assign the key combination you want by clicking on the above two entries.
This will be helpful: https://help.ubuntu.com/stable/ubuntu-help/keyboard-shortcuts-set.html
 
 
 
 
 
 
 I'm not seeing how to add the Volume up and down options to the app I just added.
 â A.Lfisher
 Feb 28 at 4:24
 
 
 
 
 
 
 
 
 
 Ended up putting enters in Global Shortcuts for the Launch PulseAudio as shift + <left arror> then in Custom Shortcuts added PulseAudio then under PulseAudio add New --> Global Shortcut --> Command/URL = Volume up: amixer -D pulse sset Master 5%+ , and Volume down: amixer -D pulse sset Master 5%-
 â A.Lfisher
 Mar 1 at 18:23
 
 
 
 
 
 
 
 
 
 works ok but does stop volume from moving unless PulseAudio is open and volume has been manually adjusted the shortcuts don't work
 â A.Lfisher
 Mar 1 at 18:31
 
 
 
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I assume you want to control volume up and down with a key combination.
try adding these entries to All Settings->Keyboard->Shortcuts->Custom shortcuts by clicking +:
Volume down: amixer -D pulse sset Master 5%-
Volume up: amixer -D pulse sset Master 5%+
Assign the key combination you want by clicking on the above two entries.
This will be helpful: https://help.ubuntu.com/stable/ubuntu-help/keyboard-shortcuts-set.html
I assume you want to control volume up and down with a key combination.
try adding these entries to All Settings->Keyboard->Shortcuts->Custom shortcuts by clicking +:
Volume down: amixer -D pulse sset Master 5%-
Volume up: amixer -D pulse sset Master 5%+
Assign the key combination you want by clicking on the above two entries.
This will be helpful: https://help.ubuntu.com/stable/ubuntu-help/keyboard-shortcuts-set.html
answered Feb 27 at 4:41
CS13
1288
1288
 
 
 
 
 
 
 I'm not seeing how to add the Volume up and down options to the app I just added.
 â A.Lfisher
 Feb 28 at 4:24
 
 
 
 
 
 
 
 
 
 Ended up putting enters in Global Shortcuts for the Launch PulseAudio as shift + <left arror> then in Custom Shortcuts added PulseAudio then under PulseAudio add New --> Global Shortcut --> Command/URL = Volume up: amixer -D pulse sset Master 5%+ , and Volume down: amixer -D pulse sset Master 5%-
 â A.Lfisher
 Mar 1 at 18:23
 
 
 
 
 
 
 
 
 
 works ok but does stop volume from moving unless PulseAudio is open and volume has been manually adjusted the shortcuts don't work
 â A.Lfisher
 Mar 1 at 18:31
 
 
 
add a comment |Â
 
 
 
 
 
 
 I'm not seeing how to add the Volume up and down options to the app I just added.
 â A.Lfisher
 Feb 28 at 4:24
 
 
 
 
 
 
 
 
 
 Ended up putting enters in Global Shortcuts for the Launch PulseAudio as shift + <left arror> then in Custom Shortcuts added PulseAudio then under PulseAudio add New --> Global Shortcut --> Command/URL = Volume up: amixer -D pulse sset Master 5%+ , and Volume down: amixer -D pulse sset Master 5%-
 â A.Lfisher
 Mar 1 at 18:23
 
 
 
 
 
 
 
 
 
 works ok but does stop volume from moving unless PulseAudio is open and volume has been manually adjusted the shortcuts don't work
 â A.Lfisher
 Mar 1 at 18:31
 
 
 
I'm not seeing how to add the Volume up and down options to the app I just added.
â A.Lfisher
Feb 28 at 4:24
I'm not seeing how to add the Volume up and down options to the app I just added.
â A.Lfisher
Feb 28 at 4:24
Ended up putting enters in Global Shortcuts for the Launch PulseAudio as shift + <left arror> then in Custom Shortcuts added PulseAudio then under PulseAudio add New --> Global Shortcut --> Command/URL = Volume up: amixer -D pulse sset Master 5%+ , and Volume down: amixer -D pulse sset Master 5%-
â A.Lfisher
Mar 1 at 18:23
Ended up putting enters in Global Shortcuts for the Launch PulseAudio as shift + <left arror> then in Custom Shortcuts added PulseAudio then under PulseAudio add New --> Global Shortcut --> Command/URL = Volume up: amixer -D pulse sset Master 5%+ , and Volume down: amixer -D pulse sset Master 5%-
â A.Lfisher
Mar 1 at 18:23
works ok but does stop volume from moving unless PulseAudio is open and volume has been manually adjusted the shortcuts don't work
â A.Lfisher
Mar 1 at 18:31
works ok but does stop volume from moving unless PulseAudio is open and volume has been manually adjusted the shortcuts don't work
â A.Lfisher
Mar 1 at 18:31
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010106%2fhow-to-create-a-hot-key-to-control-a-volume-app%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Are you using XFCE, or can add customizable keyboard shortcuts fairly easily? And you know that YouTube should accept the arrow up & down buttons to change it's volume? Or does YouTube change your desktop's "master" volume somehow?
â Xen2050
Feb 27 at 1:20
changes the desktop's master volume.
â A.Lfisher
Feb 28 at 2:43
yes control volume
â A.Lfisher
Feb 28 at 3:44