mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784246 KeymapWrapper::GuessGDKKeyval() should return GDK_colon for NS_VK_COLON r=karlt
This commit is contained in:
parent
7e122c271a
commit
711f8ee174
@ -835,7 +835,7 @@ KeymapWrapper::GuessGDKKeyval(PRUint32 aDOMKeyCode)
|
||||
case NS_VK_NUMPAD9: return GDK_KP_9;
|
||||
// other prinable keys
|
||||
case NS_VK_SPACE: return GDK_space;
|
||||
case NS_VK_COLON: return GDK_comma;
|
||||
case NS_VK_COLON: return GDK_colon;
|
||||
case NS_VK_SEMICOLON: return GDK_semicolon;
|
||||
case NS_VK_LESS_THAN: return GDK_less;
|
||||
case NS_VK_EQUALS: return GDK_equal;
|
||||
|
Loading…
Reference in New Issue
Block a user