<div dir="ltr"><div>Apparently some keyboards, and specifically the Android default keyboard when entering non-ascii characters, will not trigger KeyEvent events (our current approach for intercepting inputted keys) as documented here: </div><div><br></div><div><a href="http://developer.android.com/reference/android/view/KeyEvent.html">http://developer.android.com/reference/android/view/KeyEvent.html</a></div><div><br></div><div>Quote:</div><div><span style="font-family:Roboto,sans-serif;font-size:14px;line-height:19px;background-color:rgb(249,249,249)">As soft input methods can use multiple and inventive ways of inputting text, there is no guarantee that any key press on a soft keyboard will generate a key event: this is left to the IME's discretion, and in fact sending such events is discouraged. You should never rely on receiving KeyEvents for any key on a soft input method. In particular, the default software keyboard will never send any key event to any application targetting Jelly Bean or later, and will only send events for some presses of the delete and return keys to applications targetting Ice Cream Sandwich or earlier. Be aware that other software input methods may never send key events regardless of the version. Consider using editor actions like </span><code style="font-size:13px;color:rgb(0,102,0);font-stretch:normal;line-height:14px;background-color:rgb(249,249,249)"><a href="http://developer.android.com/reference/android/view/inputmethod/EditorInfo.html#IME_ACTION_DONE" style="color:rgb(37,138,175);text-decoration:none">IME_ACTION_DONE</a></code><span style="font-family:Roboto,sans-serif;font-size:14px;line-height:19px;background-color:rgb(249,249,249)"> if you need specific interaction with the software keyboard, as it gives more visibility to the user as to how your application will react to key presses.</span><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 10, 2015 at 9:28 PM, Yuri Samoilenko <span dir="ltr"><<a href="mailto:kinnalru@gmail.com" target="_blank">kinnalru@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I don't know :( - I'am using last version from play market and last from gentoo official portage(marked as 0.7.3) tree and I even can't compare this version to repository ones. Sorry.</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2015-01-11 0:18 GMT+03:00 Albert Vaca <span dir="ltr"><<a href="mailto:albertvaka@gmail.com" target="_blank">albertvaka@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I made some changes recently to the keyboard plugin, have you tried them? Does this begin to happen after my changes?</div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Sat, Jan 10, 2015 at 1:09 PM, Yuri Samoilenko <span dir="ltr"><<a href="mailto:kinnalru@gmail.com" target="_blank">kinnalru@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">Hello.<div><br>I found a bug when using remote keyboard feature: english signs work well, but when I change languare in android keyboard to Russian - then no sign appeared on desktop PC when i type anything. IF i change back to english - all works well again.</div><div><br></div><div>Happy New Year!</div></div>
<br></div></div>_______________________________________________<br>
KDEConnect mailing list<br>
<a href="mailto:KDEConnect@kde.org" target="_blank">KDEConnect@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdeconnect" target="_blank">https://mail.kde.org/mailman/listinfo/kdeconnect</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>