remove super directly override

This commit is contained in:
Madjid Taha
2025-10-29 10:29:34 +01:00
parent fc479c3582
commit af64052e33
@@ -61,8 +61,7 @@ Item {
property var keyBlacklist: ["Super_L"]
property var keySubstitutions: Object.assign({
"Super": superMap[Config.options.appearance.keybinds.superKey],
// Mouse keys
"Super": "󰖳",
"mouse_up": "Scroll ↓", // ikr, weird
"mouse_down": "Scroll ↑", // trust me bro
"mouse:272": "LMB",
@@ -73,6 +72,9 @@ Item {
"Return": "Enter",
// "Shift": "",
},
Config.options.appearance.keybinds.superKey > 0 ? {
"Super": superMap[Config.options.appearance.keybinds.superKey],
}: {},
Config.options.appearance.keybinds.useMacSymbol ? macSymbolMap : {},
Config.options.appearance.keybinds.useFnSymbol ? functionSymbolMap : {},
Config.options.appearance.keybinds.useMouseSymbol ? mouseSymbolMap : {},