fix keySubstitutions

This commit is contained in:
Madjid Taha
2025-10-28 10:30:37 +01:00
parent c61da40f70
commit 367b1b9499
@@ -58,7 +58,7 @@ Item {
}) })
property var keyBlacklist: ["Super_L"] property var keyBlacklist: ["Super_L"]
property var keySubstitutions: ({ property var keySubstitutions: Object.assign({
"Super": superMap[Config.options.appearance.keybinds.superKey], "Super": superMap[Config.options.appearance.keybinds.superKey],
// Mouse keys // Mouse keys
"mouse_up": "Scroll ↓", // ikr, weird "mouse_up": "Scroll ↓", // ikr, weird