ChangeSet ID: 12026 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/04/16 19:21:52 Modified files: dlls/x11drv : keyboard.c Log message: Dmitry Timoshkov <dmitry(a)codeweavers.com> - start assigning custom VK codes from VK_OEM_8 since this code already presents in the layout tables - search the layout tables only if XLookupString returned non zero number of characters for a keysym, otherwise that's a non character key - avoid inserting VK_OEM_x codes into unassigned positions since these codes might already be in the layout table, thus creating a conflict Patch: http://cvs.winehq.org/patch.py?id=12026 Old revision New revision Changes Path 1.52 1.53 +11 -5 wine/dlls/x11drv/keyboard.c