Remove dead key mappings for grave and tilde
Removed dead key mappings for grave and tilde.
This commit is contained in:
parent
653e4badeb
commit
d50833412c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue