Add Ord+* = °

This commit is contained in:
Jules Aguillon 2022-02-19 21:01:52 +01:00
parent d2570bc2ea
commit 04c84a8f66

View File

@ -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: