- This is scripts for volume control
- Termux GUI: https://github.com/phoenixbyrd/Termux_XFCE
- Create a folder, for example
$HOME/scripts/volume-control
- Create files with above contents:
up.sh
,down.sh
,mute.sh
- Add execute perm.:
chmod +x *.sh
- From GUI -> Find program Keyboard -> Tab Application Shortcuts
- Add 3 shortcuts:
/data/data/com.termux/files/home/scripts/volume-control/mute.sh
->AudioMute
key/data/data/com.termux/files/home/scripts/volume-control/up.sh
->AudioRaiseVolume
key/data/data/com.termux/files/home/scripts/volume-control/down.sh
->AudioLowerVolume
key
- Enjoy!
I know it is a bit of asking too much but my idea would be assign the volume up hardware key to open a sliding volume up and down without the mute fonction. Could you please point me to what would be the steps to achieve that. Thank you again