Add '¿' and '¡'

This commit is contained in:
Jules Aguillon 2021-05-01 23:57:40 +02:00
parent 5ad4450545
commit abfa1cc8de

View File

@ -97,6 +97,8 @@ class KeyModifier
switch (c)
{
case '-': return '÷';
case '?': return '¿';
case '!': return '¡';
default: return (char)KeyCharacterMap.getDeadChar('\u00A8', c);
}
default: return c; // Can't happen