From 886e16a1cff624536442692500d55c9677ac4d93 Mon Sep 17 00:00:00 2001 From: Madjid Taha Date: Tue, 28 Oct 2025 10:37:32 +0100 Subject: [PATCH] add comment and bring back some value --- .../quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml b/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml index 9b7444156..d2eb9d922 100644 --- a/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml +++ b/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml @@ -14,6 +14,8 @@ Item { property real padding: 4 implicitWidth: row.implicitWidth + padding * 2 implicitHeight: row.implicitHeight + padding * 2 + // Excellent symbol explaination and source : + // http://xahlee.info/comp/unicode_computing_symbols.html property list superMap: [ "󰖳", "󰌽", "⌘", "", "󰨡", "", "", "󰣇", "", "", "", "", " ", "", "󱄛" @@ -68,6 +70,7 @@ Item { "mouse:275": "MouseBack", "Slash": "/", "Hash": "#", + "Return": "Enter", // "Shift": "", }, Config.options.appearance.keybinds.useMacSymbol ? macSymbolMap : {},