Document remapping the CapsLock compose key (#7091)
* Document remapping the CapsLock compose key * Clarify restoring CapsLock behavior
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user