forked from Shinonome/dots-hyprland
fix keySubstitutions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user