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

Change the keyboard layout #61

Open
lucaswsn opened this issue Jun 28, 2023 · 3 comments
Open

Change the keyboard layout #61

lucaswsn opened this issue Jun 28, 2023 · 3 comments

Comments

@lucaswsn
Copy link

lucaswsn commented Jun 28, 2023

hi, how do i change the keyboard layout? the method using "setxkbmap -model pc105 -layout br -variant abnt2" or other traditional method not work. i'm from brazil and need ç, é, etc.

@drdada
Copy link

drdada commented Oct 6, 2023

Hi,
Please refer to https://github.com/sytone/obsidian-remote#environment-variables you can change the layout via setting the KEYBOARD env variable
This is the proper way to set it

@adi2004
Copy link

adi2004 commented Dec 9, 2023

I'm facing the same issue.

The link specified in the documentation does not redirect where it's supposed to.

For romanian I tried guessing the value for KEYBOARD, but I still couldn't get ș, ț, chars.

@menewol
Copy link

menewol commented Jan 2, 2024

I can't tell whether you are facing the same issue, but in our instance we wrongly encapsulated the KEYBOARD environment variable in quotes (").

Changing from KEYBOARD="$layout" to KEYBOARD=$layout got de-de-qwertz layout working.

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

4 participants