Skip to content

Instantly share code, notes, and snippets.

@bancek
Created December 29, 2011 22:53
Show Gist options
  • Save bancek/1536567 to your computer and use it in GitHub Desktop.
Save bancek/1536567 to your computer and use it in GitHub Desktop.
Logitech Nano VX Ubuntu volume keys
#Volume up
"amixer sset Master 5+ unmute"
m:0x0 + b:9
#Volume down
"amixer sset Master 5- unmute"
m:0x0 + b:8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment