fix some win32 hotkeys and change zoom hotkeys

This commit is contained in:
Eduardo Bart
2012-03-30 07:21:24 -03:00
parent 95e0a41b55
commit 595cdc1bb4
3 changed files with 6 additions and 2 deletions

View File

@@ -155,11 +155,13 @@ X11Window::X11Window()
m_keyMap[XK_asciitilde] = Fw::KeyTilde;
// keypad
/*
m_keyMap[XK_KP_Add] = Fw::KeyPlus;
m_keyMap[XK_KP_Subtract] = Fw::KeyMinus;
m_keyMap[XK_KP_Decimal] = Fw::KeyPeriod;
m_keyMap[XK_KP_Divide] = Fw::KeySlash;
m_keyMap[XK_KP_Multiply] = Fw::KeyAsterisk;
*/
m_keyMap[XK_KP_Enter] = Fw::KeyEnter;
// keypad with numlock off