We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "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.
Wakeup >> Some_Key
The text was updated successfully, but these errors were encountered:
The key is remappable with powertoys and sharpkeys. It's identified as Special: Wake (or Fn) (E0_63) in the latter.
Special: Wake (or Fn) (E0_63)
Sorry, something went wrong.
Thanks, I will add it. For now you can add an alias with WakeUp = 0xE063.
WakeUp = 0xE063
Could also call it Fn. That's what it's labelled on the keyboard.
I will go with WakeUp, since that is also what Chrome calls it.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: