Skip to content

Commit

Permalink
add possible fix for activation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau authored Apr 3, 2022
1 parent 88778a5 commit 3ac468d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ but you can also copy individual `y-xkb-<language>.*` files.
You can then activate the `ysoftwareab xkb <language>`
via `System Preferences` - `Keyboard` - `Keyboard (tab)` - `Input Sources`.

**NOTE** If you are having issues activating a keyboard,
try the following and restart ([source](https://apple.stackexchange.com/q/21691/31369)).

```
sudo rm /System/Library/Caches/com.apple.IntlDataCache*
sudo find /var/ -name "*IntlDataCache*" -exec rm {} \;
```


## But why?

Expand Down

0 comments on commit 3ac468d

Please sign in to comment.