kprinssu / anne-keyboard-windows

A Universal Windows Platform App for controlling Anne Pro Bluetooth enabled keyboards.
MIT License
139 stars 10 forks source link

Problem with remap #32

Open claychinasky opened 6 years ago

claychinasky commented 6 years ago

I can't seem to remap FN key to any key. It simply doesn't work as rightside FN key does. The key seems to mapped as blank I think.

ethanmsmith commented 6 years ago

Did you un-map the right fn key? The keyboard firmware only allows one fn key

claychinasky commented 6 years ago

Yes, I did. FN + 1 keys are working as F keys but WASD and other keys are not working with FN key remmaped on LWIN key. When I try FN+WASD it snaps windows to screen and when I press only FN key it pops up the windows start menu. I guess its firmware issue then ?

ethanmsmith commented 6 years ago

Sounds like it's both fn and win key... I'll take a look into it.

claychinasky commented 6 years ago

Ok figured out. Both function layer and base layer mapping needs to match. What was happening once FN key is pressed it turns itself to LWIN key. After I correct it to FN key, it worked as expected.

ethanmsmith commented 6 years ago

I think this is working as intended tbh. Close this?

kprinssu commented 6 years ago

This part of the app was hacked together. The reason why you need to have the FN key in both the base and function layer is to ensure that you can actually toggle back between the two layers.

Proper documentation should be added.