added uppercase ẞ of ß

This commit is contained in:
Quantenzitrone 2022-07-08 03:04:10 +02:00 committed by Jules Aguillon
parent 13a13ecbb6
commit fdd640ef09

View File

@ -323,6 +323,7 @@ class KeyModifier
case '┐': return '╗';
case '─': return '═';
case '│': return '║';
case 'ß': return 'ẞ';
default: return c;
}
}