You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Kazuhiko Tanaka (Jira)" <ji...@apache.org> on 2020/06/25 04:16:00 UTC

[jira] [Commented] (GUACAMOLE-1004) Some keyboard input is not passed to the RDP server.

    [ https://issues.apache.org/jira/browse/GUACAMOLE-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17144634#comment-17144634 ] 

Kazuhiko Tanaka commented on GUACAMOLE-1004:
--------------------------------------------

Zenkaku_Hankaku is also not a key for continuous input by long pressing, so it is necessary to add the following value to the no_repeat variable.

{code:javascript}
        0xFF2A: true, // Zenkaku_Hankaku
{code}


> Some keyboard input is not passed to the RDP server.
> ----------------------------------------------------
>
>                 Key: GUACAMOLE-1004
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1004
>             Project: Guacamole
>          Issue Type: Bug
>            Reporter: Kazuhiko Tanaka
>            Priority: Minor
>
>     I entered the "Zenkaku_Hankaku" key, "Capslock" key, and "Hiragana" key, but they were not passed to the RDP server.  
>     Entering these keys affects the browser's IME.  Perhaps Guacamole does not handle these keys properly.  
>     If enter the "Zenkaku_Hankaku" key in a Japanese browser, "Zenkaku (keyup 243 and keydown 244)" and "Hankaku (keyup 244 and keydown 243)" will be entered alternately, so you need to obtain both.  
>     Also, when the text area was selected, JavaScript could not get "keydown" and only get "keyup" in some cases.  This may also be relevant.  
>     In particular, the "Zenkaku_Hankaku" key is a very important key for OS in Japanese environment.  If the "Zenkaku_Hankaku" key cannot be entered, nothing can be done.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)