From 8c125cccb1036ea523e8f843c4ae0dbc5cb9f6df Mon Sep 17 00:00:00 2001 From: Madjid Taha Date: Sat, 25 Oct 2025 01:45:42 +0200 Subject: [PATCH] add other symbols --- .../quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml b/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml index 521522530..8d2d058ea 100644 --- a/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml +++ b/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml @@ -53,6 +53,8 @@ Item { "mouse_down": Config.options.appearance.keybinds.useMouseSymbol ? "󱕑" : "Scroll ↑", // trust me bro "mouse:272": Config.options.appearance.keybinds.useMouseSymbol ? "L󰍽" : "LMB", "mouse:273": Config.options.appearance.keybinds.useMouseSymbol ? "R󰍽" : "RMB", + "Scroll ↑/↓": Config.options.appearance.keybinds.useMouseSymbol ? "󱕒" : "Scroll ↑/↓", + "Page_↑/↓": Config.options.appearance.keybinds.useMouseSymbol ? "Page " : "Page_↑/↓", "mouse:275": "MouseBack", "Slash": "/", "Hash": "#",