FAForever / FAForever/faf-linux

changing the keyboard layout doesn't work in the game

Open
#82 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
125
Forks
17
PR merge metrics
No merged PRs in 30d

Description

i have a solution ready, but its a bit too specific right now. i should probably generalize it so it works for everyone and can be added to the faq

add to `launchwrapper` your locale

```sh
export XKB_DEFAULT_LAYOUT="us,ru"
export XKB_DEFAULT_OPTIONS="grp:caps_toggle"
export LANG="ru_RU.UTF-8"
export LC_ALL="ru_RU.UTF-8"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.