mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
add google (assistant, chrome, android) keys
This commit is contained in:
@@ -18,7 +18,8 @@ Item {
|
||||
// http://xahlee.info/comp/unicode_computing_symbols.html
|
||||
property list<string> superMap: [
|
||||
"", "", "⌘", "", "", "", "",
|
||||
"", "", "", "", "", " ", "", ""
|
||||
"", "", "", "", "", " ", "",
|
||||
"", "", "", ""
|
||||
]
|
||||
property var macSymbolMap: ({
|
||||
"Ctrl": "" ,
|
||||
|
||||
@@ -107,6 +107,7 @@ ContentPage {
|
||||
// 0: | 1: | 2: | 3: | 4:
|
||||
// 5: | 6: | 7: | 8: | 9:
|
||||
// 10: | 11: | 12: | 13: | 14:
|
||||
// 15: | 16: | 17: |
|
||||
options: [
|
||||
{
|
||||
displayName: "",
|
||||
@@ -164,6 +165,19 @@ ContentPage {
|
||||
displayName: "",
|
||||
value: 2
|
||||
},
|
||||
{
|
||||
displayName: "",
|
||||
value: 15
|
||||
},
|
||||
{
|
||||
displayName: "",
|
||||
value: 16
|
||||
},
|
||||
{
|
||||
displayName: "",
|
||||
value: 17
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user