diff options
| author | Jules Aguillon | 2023-07-09 16:12:13 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-07-09 16:12:13 +0200 |
| commit | a2957a43d68f51e10c84be07b8725ea241dc8580 (patch) | |
| tree | 02a216131c152fd16a54eaa2fe761cb8a3910da2 /srcs | |
| parent | 37d4a523bba607b62f633b3480b9e6e1a4df9a92 (diff) | |
| download | unexpected-keyboard-a2957a43d68f51e10c84be07b8725ea241dc8580.tar.gz unexpected-keyboard-a2957a43d68f51e10c84be07b8725ea241dc8580.zip | |
Add symbol ₴ to Fn+h and to Ukrainian
Diffstat (limited to 'srcs')
| -rw-r--r-- | srcs/juloo.keyboard2/KeyModifier.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/KeyModifier.java b/srcs/juloo.keyboard2/KeyModifier.java index 86d41a0..e0d3af5 100644 --- a/srcs/juloo.keyboard2/KeyModifier.java +++ b/srcs/juloo.keyboard2/KeyModifier.java @@ -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 "ϖ"; |
