Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume Controls #329

Open
Crims-on opened this issue Dec 13, 2024 · 2 comments
Open

Volume Controls #329

Crims-on opened this issue Dec 13, 2024 · 2 comments

Comments

@Crims-on
Copy link

I can't seem to find a way to control the volume with fusuma/xdotool. My keyboard has fn+f6 for volume so I tried both f6 key and function+f6 with fusuma and neither of these did what I wanted. Is there a way to do it already or could it be added?

@Nukiver
Copy link

Nukiver commented Dec 26, 2024

So technically this works with Fusuma:
But, you have to swipe multiple times to get your volume up. I couldn't figure out a way to make commands repeat multiple times while I am swiping

swipe: 
  3:
    up:
      command: "xdotool key XF86AudioRaiseVolume"
    down:
      command: "xdotool key XF86AudioLowerVolume"

@Nukiver
Copy link

Nukiver commented Dec 26, 2024

In fact I found something, but it doesn't feel great...

swipe: 
  3:
    up:
      update:
        command: "xdotool key XF86AudioRaiseVolume"
    down:
      update:
        command: "xdotool key XF86AudioLowerVolume"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants