mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-10 09:37:38 +02:00
Add symbol ₴ to Fn+h and to Ukrainian
This commit is contained in:
@ -257,6 +257,7 @@ class KeyModifier
|
||||
case 'y': return "¥";
|
||||
case 'c': return "¢";
|
||||
case 'p': return "₱";
|
||||
case 'h': return "₴";
|
||||
case '€': case '£': return "removed"; // Avoid showing these twice
|
||||
// alternating greek letters
|
||||
case 'π': return "ϖ";
|
||||
|
Reference in New Issue
Block a user