Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use modifier keys #20

Open
infinity0 opened this issue Nov 29, 2015 · 1 comment
Open

Can't use modifier keys #20

infinity0 opened this issue Nov 29, 2015 · 1 comment

Comments

@infinity0
Copy link

Hi, thanks for this, it works pretty well. But currently e.g. I can't type shift-x to type an uppercase X.

I guess one way to fix this would be to add a custom version of https://android.googlesource.com/platform/frameworks/base/+/HEAD/cmds/input/src/com/android/commands/input/Input.java and install this onto the phone, similar to how the original androidscreencast worked, but executing injection commands (as this project) instead of having a server to handle injection requests (as the original).

@xSAVIKx
Copy link
Owner

xSAVIKx commented Nov 29, 2015

Hi, thanks for your interest.
As far as I know - original screencast doens't use any self-tuned Input.java code. int just use input application and that's all and, actually, as I've looked through android platform sources everything is going deeper to C code and if you want actually to modify Input.java - you need to modify native C code and not only .java, so it's not the easy task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants