forked from Shinonome/dots-hyprland
remove super directly override
This commit is contained in:
@@ -61,8 +61,7 @@ Item {
|
|||||||
|
|
||||||
property var keyBlacklist: ["Super_L"]
|
property var keyBlacklist: ["Super_L"]
|
||||||
property var keySubstitutions: Object.assign({
|
property var keySubstitutions: Object.assign({
|
||||||
"Super": superMap[Config.options.appearance.keybinds.superKey],
|
"Super": "",
|
||||||
// Mouse keys
|
|
||||||
"mouse_up": "Scroll ↓", // ikr, weird
|
"mouse_up": "Scroll ↓", // ikr, weird
|
||||||
"mouse_down": "Scroll ↑", // trust me bro
|
"mouse_down": "Scroll ↑", // trust me bro
|
||||||
"mouse:272": "LMB",
|
"mouse:272": "LMB",
|
||||||
@@ -73,6 +72,9 @@ Item {
|
|||||||
"Return": "Enter",
|
"Return": "Enter",
|
||||||
// "Shift": "",
|
// "Shift": "",
|
||||||
},
|
},
|
||||||
|
Config.options.appearance.keybinds.superKey > 0 ? {
|
||||||
|
"Super": superMap[Config.options.appearance.keybinds.superKey],
|
||||||
|
}: {},
|
||||||
Config.options.appearance.keybinds.useMacSymbol ? macSymbolMap : {},
|
Config.options.appearance.keybinds.useMacSymbol ? macSymbolMap : {},
|
||||||
Config.options.appearance.keybinds.useFnSymbol ? functionSymbolMap : {},
|
Config.options.appearance.keybinds.useFnSymbol ? functionSymbolMap : {},
|
||||||
Config.options.appearance.keybinds.useMouseSymbol ? mouseSymbolMap : {},
|
Config.options.appearance.keybinds.useMouseSymbol ? mouseSymbolMap : {},
|
||||||
|
|||||||
Reference in New Issue
Block a user