Skip to content

Commit

Permalink
Merge pull request kmonad#709 from toymil/chore-fix-md-anchor-and-tab…
Browse files Browse the repository at this point in the history
…-space

chore: fix `faq.md` broken anchor and mismatched tab/space
  • Loading branch information
slotThe committed Jun 19, 2023
2 parents 677f8fb + 3546e66 commit 2c658f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ X11 lines up well with KMonad. See [this issue](https://github.com/kmonad/kmonad
A: Unicode entry works via X11 compose-key sequences. For information on how to
configure kmonad to make use of this, please see [the tutorial](../keymap/tutorial.kbd).

### Q: How do I use the same layout for different keyboards
### Q: How do I use the same layout definition for different keyboards

A:
Create a layout file with an environment variable instead of `device-file` option, i.e. `kmonad.kbd`.

```
(defcfg
input (device-file "$KBD_DEV")
output (uinput-sink "KMonad kbd")
fallthrough true
cmp-seq lctl
input (device-file "$KBD_DEV")
output (uinput-sink "KMonad kbd")
fallthrough true
cmp-seq lctl
)
```

Expand Down

0 comments on commit 2c658f6

Please sign in to comment.