From 7488eaded43de68ff9d2d7e4bf50cd48e112eb0f Mon Sep 17 00:00:00 2001 From: Omarchybot Date: Sun, 16 Aug 2026 11:47:41 +0200 Subject: [PATCH] Document remapping the CapsLock compose key (#7091) * Document remapping the CapsLock compose key * Clarify restoring CapsLock behavior --- manual/34-keyboard-mouse-trackpad.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manual/34-keyboard-mouse-trackpad.md b/manual/34-keyboard-mouse-trackpad.md index 1d2dae83..648e7713 100644 --- a/manual/34-keyboard-mouse-trackpad.md +++ b/manual/34-keyboard-mouse-trackpad.md @@ -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: