mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-05 04:09:57 +01:00
Add Ord+* = °
This commit is contained in:
parent
d2570bc2ea
commit
04c84a8f66
@ -127,6 +127,7 @@ class KeyModifier
|
|||||||
case '7': return 'ˢ';
|
case '7': return 'ˢ';
|
||||||
case '8': return 'ᵗ';
|
case '8': return 'ᵗ';
|
||||||
case '9': return 'ʰ';
|
case '9': return 'ʰ';
|
||||||
|
case '*': return '°';
|
||||||
default: return c;
|
default: return c;
|
||||||
}
|
}
|
||||||
case KeyValue.FLAG_ACCENT_SUPERSCRIPT:
|
case KeyValue.FLAG_ACCENT_SUPERSCRIPT:
|
||||||
|
Loading…
Reference in New Issue
Block a user