forked from extern/Unexpected-Keyboard
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 "_": name = "—"; break;
|
case "_": name = "—"; break;
|
||||||
case "esc": name = "insert"; break;
|
case "esc": name = "insert"; break;
|
||||||
|
case "$": name = "€"; break;
|
||||||
|
case "#": name = "£"; break;
|
||||||
default: return k;
|
default: return k;
|
||||||
}
|
}
|
||||||
return KeyValue.getKeyByName(name);
|
return KeyValue.getKeyByName(name);
|
||||||
|
Loading…
Reference in New Issue
Block a user