• Dmitry Timoshkov's avatar
    - start assigning custom VK codes from VK_OEM_8 since this code · 11af6165
    Dmitry Timoshkov authored
      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
    11af6165
keyboard.c 82.6 KB