sometimes the sound of videos isn't enough for me. so i reach the sound indicator , over sound preferences and change it to a level higher than 100%. the question is how can i do it from the keyboard? now i can control the volume from the keyboard but it's maximum is 100%. is there a way to do that?
EDIT 1: how to use amixer and scripts to do it? (as Lyrositor suggested)
EDIT2: the closest answer , as Jo-erland, suggested is to set a hotkey to bring up the gnome-volume-control, and then to use left and right arrows to change volume also beyond the 100% mark.
any other suggestions, to make this 1 step only? is it possible to set a hotkey to do a sequence of commands ?
pactl
? – anukul Apr 20 '16 at 14:53@DEFAULT_SINK@
" can be used to select the current default audio output device (so I now bind the volume up key to "pactl set-sink-volume @DEFAULT_SINK@ +20%
"). That way you don't need to consider anything like HDMI, headphones, etc. and can always use the same command. That information should probably be integrated into the answer. I don't do it myself, because I don't know if removing the entire paragraph about audio devices is a good idea or if it's maybe still used for something else. – Fabian Röling Jan 02 '20 at 02:43