mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-11 20:36:52 +02:00
Add '¿' and '¡'
This commit is contained in:
parent
5ad4450545
commit
abfa1cc8de
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user