- 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->AudioMutekey/data/data/com.termux/files/home/scripts/volume-control/up.sh->AudioRaiseVolumekey/data/data/com.termux/files/home/scripts/volume-control/down.sh->AudioLowerVolumekey
- 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