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

Accent marks not working properly #1160

Open
nicomagalhaes opened this issue May 10, 2021 · 9 comments
Open

Accent marks not working properly #1160

nicomagalhaes opened this issue May 10, 2021 · 9 comments

Comments

@nicomagalhaes
Copy link

I'm using Barrier to integrate a PC and a laptop (PC as server), and several times the accent marks do not work properly. Sometimes, they do not appear, and sometimes they appear twice.

Steps to reproduce the behavior:

  1. Try to write something with accent marks
  2. Results on the Server:
    nao está funcionando
    nao está funcionando
    não esta funcionando
    não esta funcionando
    não está funcionando
  3. Results on the Client:
    nãõ est´a funcionando
    nãõ est´á funcionando
    nao est´á funcionando
    nãõ est´á funcionando
    nao est´á funcionando
  4. See error

The sentence should be the following on both Server and Client:
não está funcionando

Desktop (please complete the following information):

  • OS: Windows 10
  • Barrier 2.3.3

Additional context

I'm using the keyboard on the server connected by a USB cable.

@alpcastro
Copy link

These accents works for me ! My problem is with circunflex accent (^). Like in â ê î ô û. It works OK on my server machine (Linux Ubuntu), but only the voguel a e i o u appears on the client Windows 10.
Is there a config file to recode the keys while transmitting ?

@janevert
Copy link

janevert commented Jun 2, 2021

Same issue here, using barrier server on Ubuntu (21.04) and client on Win10. Both barrier are version 2.3.3.
For me, the affected letters are ' " ~ (single quote, double quote and tilde).

Perhaps this has something to do that in windows these are combined letters? In windows, I have to press "single quote" and then "space" to produce a single quote symbol. Same for the double quote and tilde.
When doing this sequence from the barrier server, the single quote is not produced, but a space character.

Note that switching windows to a language which doesn't use combined letters, English for example, then this issue doesn't show. And the three letters I mentioned work as expected.
So I have to add that my windows is set to Dutch language by default which uses these combined letters.

@LaraArgento
Copy link

same here. I have to Reload Barrier in order to fix the issue, but it comes back in a matter of a few minutes and it is very annoying.

@stephen-neumeyer
Copy link

tilde (~) does not work across barrier (on client system). server: mac osx 'monterey' client: ubuntu 20.04.3 LTS. i turned off SSL on client & server. i'm using mostly default options, on the client side, i manually entered the server's ip address. (i'm inside a subnet for both systems).

@abastola0
Copy link

You can Map the ~ and ` to themselves again in the hotkeys section. Worked for me !!

@bobstro
Copy link

bobstro commented Jun 21, 2022

You can Map the ~ and ` to themselves again in the hotkeys section. Worked for me !!

Mapping in server settings will send the correct keys to the client, but if you press them with focus on the server, the keys are sent to the client and not usable on the server.

@felipe-vf
Copy link

You can Map the ~ and ` to themselves again in the hotkeys section. Worked for me !!

Could you provide a screenshot of how the configuration looks like? I tried mapping the hotkeys but the problem still persists on the client side. Both computers are running Windows.

@abastola0
Copy link

Create a hotkey and select the action for the same. In this case tilde or any other keys that don't work on the client. Remember this way works only for the client. For example: if you set tilde this way, the tilde would work on the client but on on the server. See image attached !
barrierTest

@abastola0
Copy link

You can Map the ~ and ` to themselves again in the hotkeys section. Worked for me !!

Mapping in server settings will send the correct keys to the client, but if you press them with focus on the server, the keys are sent to the client and not usable on the server.

yeah is there any possible solution to it apart from setting up the hotkey?

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

No branches or pull requests

8 participants