Skip to content

Commit

Permalink
📝 post-install: add apple keyboard instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Aug 29, 2023
1 parent ca1ea74 commit 79774f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/Linux_Post_Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ Section "InputClass"
EndSection
```

If using an Apple Keyboard that has the `fn` key to the left of `ctrl` and it's also not considered an ISO keyboard (e.g `<` and `>` are not working as expected and are swapped with `º`), add the following as root:

```bash
vim /etc/modprobe.d/hid_apple.conf
```

```conf
options hid_apple swap_fn_leftctrl=1
options hid_apple iso_layout=1
```

Read more @ https://wiki.archlinux.org/title/Apple_Keyboard

## 🖱️ Touchpad

Enable "tap to click" & change mouse acceleration
Expand Down

0 comments on commit 79774f0

Please sign in to comment.