forked from Shinonome/dots-hyprland
cheatsheet: use w11 icon for super key by default
This commit is contained in:
@@ -58,7 +58,7 @@ Item {
|
|||||||
|
|
||||||
property var keyBlacklist: ["Super_L"]
|
property var keyBlacklist: ["Super_L"]
|
||||||
property var keySubstitutions: Object.assign({
|
property var keySubstitutions: Object.assign({
|
||||||
"Super": "",
|
"Super": "",
|
||||||
"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",
|
||||||
|
|||||||
@@ -272,7 +272,7 @@ Singleton {
|
|||||||
// 0: | 1: | 2: | 3: | 4:
|
// 0: | 1: | 2: | 3: | 4:
|
||||||
// 5: | 6: | 7: | 8: | 9:
|
// 5: | 6: | 7: | 8: | 9:
|
||||||
// 10: | 11: | 12: | 13: | 14:
|
// 10: | 11: | 12: | 13: | 14:
|
||||||
property string superKey: ""
|
property string superKey: ""
|
||||||
property bool useMacSymbol: false
|
property bool useMacSymbol: false
|
||||||
property bool splitButtons: true
|
property bool splitButtons: true
|
||||||
property bool useMouseSymbol: false
|
property bool useMouseSymbol: false
|
||||||
|
|||||||
Reference in New Issue
Block a user