pelya / android-keyboard-gadget

Convert your Android device into USB keyboard/mouse, control your PC from your Android device remotely, including BIOS/bootloader.
Apache License 2.0
1.22k stars 308 forks source link

Make it possible to ignore alt key on mobile keyboards #3

Open nardholio opened 10 years ago

nardholio commented 10 years ago

This is working as advertised on the d2 kernel http://review.cyanogenmod.org/#/c/65082/ Thanks :D

One thing I noticed, on apexqtmo, which has an integrated QWERTY keyboard, the ALT key is treated as a literal alt key, instead of as a combo key to produce more symbols. Is it possible to shift the behavior so the app does not emulate a desktop keyboard and produces the expected key from a mobile keyboard instead?

pelya commented 10 years ago

Is there any way to distinguish between this built-in Alt key and the Alt key on a Bluetooth ur USB keyboard? Also, I've got an impression that it's the Android keyboard who is responsible for such things, unfortunately the app does not have input field, which confuses some keyboards, but works with other ones.