From 367b1b9499e2f5e6081cf52ff7e18882fd259fcd Mon Sep 17 00:00:00 2001 From: Madjid Taha Date: Tue, 28 Oct 2025 10:30:37 +0100 Subject: [PATCH] fix keySubstitutions --- .../quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml b/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml index d7b7b056b..9b7444156 100644 --- a/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml +++ b/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml @@ -58,7 +58,7 @@ Item { }) property var keyBlacklist: ["Super_L"] - property var keySubstitutions: ({ + property var keySubstitutions: Object.assign({ "Super": superMap[Config.options.appearance.keybinds.superKey], // Mouse keys "mouse_up": "Scroll ↓", // ikr, weird