mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 15:23:11 +01:00
Add the euro and pound symbols
Fn+$ and Fn+# respectively.
This commit is contained in:
parent
d8d3cf85e5
commit
5e5c7ef86a
@ -179,6 +179,8 @@ class KeyModifier
|
||||
case "-": name = "–"; break;
|
||||
case "_": name = "—"; break;
|
||||
case "esc": name = "insert"; break;
|
||||
case "$": name = "€"; break;
|
||||
case "#": name = "£"; break;
|
||||
default: return k;
|
||||
}
|
||||
return KeyValue.getKeyByName(name);
|
||||
|
Loading…
Reference in New Issue
Block a user