fix numpad keys on win32

This commit is contained in:
Eduardo Bart
2012-02-04 00:11:18 -02:00
parent d83804f2cb
commit aafe219532
8 changed files with 72 additions and 31 deletions

View File

@@ -52,7 +52,7 @@ X11Window::X11Window()
m_keyMap[XK_Escape] = Fw::KeyEscape;
m_keyMap[XK_Tab] = Fw::KeyTab;
m_keyMap[XK_Return] = Fw::KeyReturn;
m_keyMap[XK_Return] = Fw::KeyEnter;
m_keyMap[XK_BackSpace] = Fw::KeyBackspace;
m_keyMap[XK_Page_Up] = Fw::KeyPageUp;