Arian04 / android-hid-client

Android app that allows you to use your phone as a keyboard and mouse WITHOUT any software on the other end (Requires root)
GNU General Public License v3.0
109 stars 4 forks source link

ctrl-backspace registers as normal backspace #1

Closed Arian04 closed 2 years ago

Arian04 commented 2 years ago

onKeyDown listener doesn't register ctrl when paired with backspace.

Arian04 commented 2 years ago

The issue was that Hacker's Keyboard wasn't sending a ctrl KeyEvent when paired with backspace. This is resolved by changing the keyboard's settings to send a ctrl KeyEvent individually, so that it'll register immediately when it's pressed. Basically, if you have this issue, check your Hacker's Keyboard settings.