cheatsheet: use w11 icon for super key by default

This commit is contained in:
end-4
2025-11-09 00:05:12 +01:00
parent 1433fb5412
commit fc2e51ebbc
2 changed files with 2 additions and 2 deletions
@@ -58,7 +58,7 @@ Item {
property var keyBlacklist: ["Super_L"]
property var keySubstitutions: Object.assign({
"Super": "󰖳",
"Super": "",
"mouse_up": "Scroll ↓", // ikr, weird
"mouse_down": "Scroll ↑", // trust me bro
"mouse:272": "LMB",
@@ -272,7 +272,7 @@ Singleton {
// 0: 󰖳 | 1: 󰌽 | 2: 󰘳 | 3:  | 4: 󰨡
// 5:  | 6:  | 7: 󰣇 | 8:  | 9: 
// 10:  | 11:  | 12:  | 13:  | 14: 󱄛
property string superKey: "󰖳"
property string superKey: ""
property bool useMacSymbol: false
property bool splitButtons: true
property bool useMouseSymbol: false