add google (assistant, chrome, android) keys

This commit is contained in:
Madjid Taha
2025-10-30 17:00:31 +01:00
parent af64052e33
commit 79df7bbeef
2 changed files with 16 additions and 1 deletions
@@ -18,7 +18,8 @@ Item {
// http://xahlee.info/comp/unicode_computing_symbols.html // http://xahlee.info/comp/unicode_computing_symbols.html
property list<string> superMap: [ property list<string> superMap: [
"󰖳", "󰌽", "⌘", "", "󰨡", "", "", "󰖳", "󰌽", "⌘", "", "󰨡", "", "",
"󰣇", "", "", "", "", " ", "", "󱄛" "󰣇", "", "", "", "", " ", "",
"󱄛", "󰀲", "󰟍", ""
] ]
property var macSymbolMap: ({ property var macSymbolMap: ({
"Ctrl": "󰘴" , "Ctrl": "󰘴" ,
@@ -107,6 +107,7 @@ ContentPage {
// 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: 󱄛
// 15: 󰀲 | 16: 󰟍 | 17:  |
options: [ options: [
{ {
displayName: "󰖳", displayName: "󰖳",
@@ -164,6 +165,19 @@ ContentPage {
displayName: "󰘳", displayName: "󰘳",
value: 2 value: 2
}, },
{
displayName: "󰀲",
value: 15
},
{
displayName: "󰟍",
value: 16
},
{
displayName: "",
value: 17
},
] ]
} }
} }