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

Remapping an unidentified "Fn" key #194

Closed
developer91234 opened this issue Nov 27, 2024 · 4 comments
Closed

Remapping an unidentified "Fn" key #194

developer91234 opened this issue Nov 27, 2024 · 4 comments

Comments

@developer91234
Copy link

{
 "key": "Unidentified",
 "keyCode": 255,
 "which": 255,
 "code": "WakeUp",
 "location": 0,
 "altKey": false,
 "ctrlKey": false,
 "metaKey": false,
 "shiftKey": false,
 "repeat": false
}

Is it possible to remap this without the driver? I does emit the code "WakeUp" but reassinging this key via Wakeup >> Some_Key doesn't work.

@developer91234
Copy link
Author

The key is remappable with powertoys and sharpkeys. It's identified as Special: Wake (or Fn) (E0_63) in the latter.

@houmain
Copy link
Owner

houmain commented Nov 27, 2024

Thanks, I will add it.
For now you can add an alias with WakeUp = 0xE063.

@developer91234
Copy link
Author

Could also call it Fn. That's what it's labelled on the keyboard.

@houmain
Copy link
Owner

houmain commented Nov 27, 2024

I will go with WakeUp, since that is also what Chrome calls it.

@houmain houmain closed this as completed Dec 1, 2024
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