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