Page 2 of 2

Re: Fn+ function shortcuts 2wm

Posted: Thu Jul 23, 2020 6:07 pm
by catfood
machinebacon wrote:
Sat Jul 18, 2020 9:38 pm

Code: Select all

/* modifier                     key             function        argument */ \
{ 0,                            0x1008ff13,     spawn, \	{ .cmd = "amixer set PCM 10%+" } }, \
{ 0,                            0x1008ff11,     spawn, \	{ .cmd = "amixer set PCM 10%-" } }, \

We can basically mark this thread solved.
Thanks Bacon again, (is there anything you don't know? lol)

I was tempted to also try and add my own nonstandard key printed function: Fn+m for X86audiomute, but reading a bit:
https://superuser.com/questions/805525/ ... er-command
This sounds like a much larger headache to get the same button combo to mute and unmute (and also fully unmute everything it muted)

If anyone is EXTREMELY bored and wants to figure that out, cool, thank you.
Though now, I can just hold Fn+3 for 2 seconds and it's gonna mute now anyways, so please don't go out of your way!

Thank you everyone as always for all the help!