mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-23 04:51:04 +01: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…
Reference in New Issue
Block a user