Document remapping the CapsLock compose key (#7091)

* Document remapping the CapsLock compose key

* Clarify restoring CapsLock behavior
This commit is contained in:
Omarchybot
2026-08-16 05:47:41 -04:00
committed by GitHub
parent a3de80d647
commit 7488eaded4
+10
View File
@@ -37,6 +37,16 @@ o.window("(Alacritty|kitty|foot)", { scroll_touchpad = 1.5 })
You can [see all the input options](https://wiki.hypr.land/Configuring/Basics/Variables/#input) on the Hyprland wiki for inputs.
By default, Omarchy uses CapsLock as the compose key for [quick emojis](07-hotkeys.md#quick-emojis) and [other completions](07-hotkeys.md#quick-completions). If you'd rather use CapsLock as Caps Lock, move the compose key elsewhere by changing `compose:caps` in `kb_options`. For example, this moves the compose key to Right Alt:
```lua
hl.config({
input = {
kb_options = "compose:ralt",
},
})
```
### Trackpad gestures
You can also turn on [touchpad gestures](https://wiki.hypr.land/Configuring/Advanced-and-Cool/Gestures/), like swiping with three fingers to change workspaces: