Skip to content

Ignore modifiers (alt, shift, ctrl) and always pass to host #10

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

Closed
lukaszsmoczynski opened this issue Jul 29, 2024 · 2 comments
Closed

Comments

@lukaszsmoczynski
Copy link

In my case I never want to control media on RDP, so it makes no sense to sense to not pass them do host.

Reason behind this is that I mapped CTRL + VOLUME UP as NEXT TRACK, but because modifiers block passing media button to host it will never work.
Also I'm not sure if that's intended, but Shift is not mentioned in readme, yet it also blocks the script.

@neon-dev
Copy link
Owner

Modifiers are not blocked, they are just not bound. The example in the readme is there just as a useful tip for some.

You can modify the PassToLocalMachine function using this example I gave in another issue:
#9 (comment)

Then add this line

^Volume_Up::PassToLocalMachine("Media_Next")

above the modified function, so CTRL + VOLUME UP will switch to the next track.

@lukaszsmoczynski
Copy link
Author

That makes sense. I'd suggest to add brief info about that in readme, but beside that I'm good.

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