From 2a6c00afb740a1fc2ffe6cdb2f05ec34a3ec08bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Dessureault?= Date: Tue, 2 Apr 2024 00:02:05 -0400 Subject: [PATCH] doc: use kbd tags in setup-term --- setup-term.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup-term.md b/setup-term.md index 498a54d..fb45f05 100644 --- a/setup-term.md +++ b/setup-term.md @@ -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_. @@ -94,7 +94,7 @@ Everything should work fine now! 🚀 ## Bonus -Hit Ctrl + ; and you have a +Hit Ctrl + ; and you have a [clipboard history](https://fcitx-im.org/wiki/Clipboard) for free. ## References