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

Remap standard function #154

Open
Afatkharrofiqi opened this issue Jul 5, 2021 · 1 comment
Open

Remap standard function #154

Afatkharrofiqi opened this issue Jul 5, 2021 · 1 comment

Comments

@Afatkharrofiqi
Copy link

How to remap standard function?
i want to change bluetooth sleep mode to fn + capslock, and i can use ctrl like normal when i press fn

@pixeltris
Copy link
Owner

I haven't found all of the special key values. But it might be somewhere around here

GK6X/GK6X/KeyValues.cs

Lines 496 to 500 in 0489a02

//0x0A020001 - ?
ToggleLockWindowsKey = 0x0A020002,// Toggles a lock on the windows key
ToggleBluetooth = 0x0A020007,
//0x0A020006 - ?
ToggleBluetoothNoLED = 0x0A020008,// Toggles bluetooth (and disables the bluetooth LED until manually toggled)

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