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

unable to send any multilingual character to PC from mobile #19

Open
bha2020 opened this issue Feb 6, 2018 · 4 comments
Open

unable to send any multilingual character to PC from mobile #19

bha2020 opened this issue Feb 6, 2018 · 4 comments

Comments

@bha2020
Copy link

bha2020 commented Feb 6, 2018

Your code is really very helpful for me thank you.
But Im having one issue regarding android to PC text sending
When im typing any hindi character and sending it PC not acepts it?(Keyboard menu)
Please help.

@varunon9
Copy link
Owner

varunon9 commented Feb 6, 2018

Hi thank you for feedback.
This issue will be an enhancement. As of now this feature is not supported. See https://github.com/varunon9/Remote-Control-PC/blob/master/RemoteControlPC-JavaFXML/src/mousekeyboardcontrol/MouseKeyboardControl.java typeCharacter method line no 99. Only these characters are supported.

@bha2020
Copy link
Author

bha2020 commented Feb 6, 2018

Thank you so much for your reply.

@bha2020
Copy link
Author

bha2020 commented Feb 6, 2018

can you please help me in this modification of keycode for hindi
for example ALT+099 is for character ब so how I give input for this key
case 'ब':doType(KeyEvent.VK_ALT+099);break;
something like this?

@varunon9
Copy link
Owner

varunon9 commented Feb 6, 2018

check this https://docs.oracle.com/javase/7/docs/api/java/awt/event/KeyEvent.html. dig a little deeper into it, you will find it. check how Java Robot class can simulate hindi characters key / unicode characters.

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