Add symbol ₴ to Fn+h and to Ukrainian

This commit is contained in:
Jules Aguillon
2023-07-09 16:12:13 +02:00
parent 37d4a523bb
commit a2957a43d6
2 changed files with 2 additions and 1 deletions

View File

@ -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 "ϖ";