Giter Site home page Giter Site logo

Comments (6)

m1k1o avatar m1k1o commented on June 2, 2024

There have been multiple attempts at adding Chinese input claiming that it works after their change. But I don't recall them mentioning chat, only the virtual browser.

Related issues: #305 #252 #190 #179

Related PR: #176

from neko.

lologu1 avatar lologu1 commented on June 2, 2024

It was my mistake, the chat interface can accept Chinese input. But the virtual browser cannot accept Chinese input.

from neko.

lologu1 avatar lologu1 commented on June 2, 2024

I found a Chrome extension: https://chromewebstore.google.com/detail/mclkkofklkfljcocdinagocijmpgbhab that enables users to type in any language (from a large selection of languages) in their browser. However, it is only available as a Chrome extension (with a .crx extension and as such, cannot be used with Firefox (Firefox extensions have a .xpi extension). Could you please integrate this extension into Neko so that users can type in languages other than English on your keyboard?

Thanks,

from neko.

ehfd avatar ehfd commented on June 2, 2024

There is a way to send Unicode keysyms literally, being keyboard mapping independent, instead of sending virtual keycodes. Would be appropriate for many languages not using Latin.

from neko.

m1k1o avatar m1k1o commented on June 2, 2024

The question is how to get proper codes from browser. We use guacamole keyboard, so it looks like they don't handle it well or just differently.

from neko.

ehfd avatar ehfd commented on June 2, 2024

image

Keyboard

On Windows, send a CTRL+ALT+DEL to the remote computer. For all OS, change the keyboard mode here:

Virtual Key Codes: Send a virtual key code to the remote machine. This mode is keyboard mapping dependent

Unicode: Send unicode key presses. This mode is keyboard mapping independent. This mode does not handle long keypresses for app shortcuts.

I think there are two different ways to send keycodes, the latter applicable to this scenario.

from neko.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.