sytone / obsidian-remote

Run Obsidian.md in a browser via a docker container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the keyboard layout

lucaswsn opened this issue · comments

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.

commented

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

commented

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.

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.