bt-keyboard-switcher icon indicating copy to clipboard operation
bt-keyboard-switcher copied to clipboard

Bluetooth software keyboard and mouse switch for Raspberry Pi

Results 3 bt-keyboard-switcher issues
Sort by recently updated
recently updated
newest added

```python min(127, max(-127, int(self.x * speed))) & 255 ``` the lower boundary should be -128. ```python min(127, max(-128, int(self.x * speed))) & 255 ``` Just realized this was your code...

Do you have any hints on how to update your code to work only as switcher for mouse? I assume I would need to update sdp_record, and remove references to...

Thank you for your great work! I have successfully used a physical keyboard on pi 3 to control my ipad via bluetooth. However, what should I do if I want...