forked from Shinonome/dots-hyprland
add comment and bring back some value
This commit is contained in:
@@ -14,6 +14,8 @@ Item {
|
|||||||
property real padding: 4
|
property real padding: 4
|
||||||
implicitWidth: row.implicitWidth + padding * 2
|
implicitWidth: row.implicitWidth + padding * 2
|
||||||
implicitHeight: row.implicitHeight + padding * 2
|
implicitHeight: row.implicitHeight + padding * 2
|
||||||
|
// Excellent symbol explaination and source :
|
||||||
|
// http://xahlee.info/comp/unicode_computing_symbols.html
|
||||||
property list<string> superMap: [
|
property list<string> superMap: [
|
||||||
"", "", "⌘", "", "", "", "",
|
"", "", "⌘", "", "", "", "",
|
||||||
"", "", "", "", "", " ", "", ""
|
"", "", "", "", "", " ", "", ""
|
||||||
@@ -68,6 +70,7 @@ Item {
|
|||||||
"mouse:275": "MouseBack",
|
"mouse:275": "MouseBack",
|
||||||
"Slash": "/",
|
"Slash": "/",
|
||||||
"Hash": "#",
|
"Hash": "#",
|
||||||
|
"Return": "Enter",
|
||||||
// "Shift": "",
|
// "Shift": "",
|
||||||
},
|
},
|
||||||
Config.options.appearance.keybinds.useMacSymbol ? macSymbolMap : {},
|
Config.options.appearance.keybinds.useMacSymbol ? macSymbolMap : {},
|
||||||
|
|||||||
Reference in New Issue
Block a user