Remove dead key mappings for grave and tilde

Removed dead key mappings for grave and tilde.
This commit is contained in:
Rob Miller 2025-09-21 15:25:44 -04:00 committed by GitHub
parent 653e4badeb
commit d50833412c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -1101,8 +1101,6 @@ KeyMap::getDeadKey(KeyID key)
}
switch (key) {
case '`':
return kKeyDeadGrave;
case '\'':
case 0xb4u:
@ -1112,10 +1110,6 @@ KeyMap::getDeadKey(KeyID key)
case 0x2c6:
return kKeyDeadCircumflex;
case '~':
case 0x2dcu:
return kKeyDeadTilde;
case 0xafu:
return kKeyDeadMacron;