Skip to content

Commit

Permalink
doc: use kbd tags in setup-term
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Apr 2, 2024
1 parent 3512594 commit 2a6c00a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup-term.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ Luckily, there is now a way to fix it.

## Fix Fcitx

1. Edit `~/.config/fcitx5/conf/waylandim.conf` and make sure this option is set to
false:
1. Edit `~/.config/fcitx5/conf/waylandim.conf` and make sure this option is set
to false:

```sh
# Forward key event instead of commiting text if it is not handled
PreferKeyEvent=False
```00f9
```

> Note: This option is also available in the `fcitx5-configtool` GUI under
> _Wayland Input Method Interface_.
Expand All @@ -94,7 +94,7 @@ Everything should work fine now! 🚀

## Bonus

Hit <key>Ctrl</key> + <key>;</key> and you have a
Hit <kbd>Ctrl</kbd> + <kbd>;</kbd> and you have a
[clipboard history](https://fcitx-im.org/wiki/Clipboard) for free.

## References
Expand Down

0 comments on commit 2a6c00a

Please sign in to comment.