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

SelectMedia button doesn't want to remap #4

Open
Piipperi opened this issue Jun 16, 2021 · 6 comments
Open

SelectMedia button doesn't want to remap #4

Piipperi opened this issue Jun 16, 2021 · 6 comments
Assignees

Comments

@Piipperi
Copy link

No matter what, when I press the key it still opens Windows Media Player, my goal is to remap it to MiddleClick. Tried running the program as administrator, no difference. More typical remaps like remapping A to S does work.

@nhmkdev
Copy link
Owner

nhmkdev commented Jun 17, 2021

With the input key field focused does KeyCap detect the SelectMedia button press or is this overridden by the OS?

I don't have that key on any keyboards I own so I'll have to artificially produce it.

@nhmkdev nhmkdev self-assigned this Jun 17, 2021
@Piipperi
Copy link
Author

KeyCap detects the key when inputted to the field yes.

@nhmkdev
Copy link
Owner

nhmkdev commented Jun 19, 2021

Can you disable the multimedia keys in the Control Panel > Keyboard settings? I wonder if that will completely disable the keys so KeyCap can't even see the keypresses.

@Piipperi
Copy link
Author

There's no such setting to disable multimedia keys in Control Panel, not sure if it's a keyboard specific feature or if they removed the toggle from Windows 10

@nhmkdev
Copy link
Owner

nhmkdev commented Jun 22, 2021

I found something worth checking out if you have worked with the registry/regedit before. Apparently there may be some app keys being configured this way. I hope this is what is happening in your case!

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey

APPCOMMAND_LAUNCH_MEDIA_SELECT = 16

Reference: https://social.technet.microsoft.com/Forums/ie/en-US/a4a8bec6-3675-4175-a158-eb45a391a3b6/how-to-change-functionnality-of-media-hotleys?forum=w7itpromedia

@Piipperi
Copy link
Author

Yes the key 16 is found there but not sure if I can really disable it from the registry (or remap to a different key)

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