mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
fix some win32 hotkeys and change zoom hotkeys
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user