pi400kb
pi400kb copied to clipboard
Modify the key to grab/release keyboard and mouse from the host
Just wonder if there is a possibility to change the grab/release shortcut Ctrl + Raspberry to other keys.
The code to handle the shortcut is very, very crude- right now is checks the bitmasked function keys for a particular value:
https://github.com/Gadgetoid/pi400kb/blob/fd8bb808d282ffb5feed682d459902b0484104a6/pi400.c#L225-L238
It's also hard-coded and not very flexible.
What sort of combo where you thinking of?