Skip to content
  • Samuel Thibault's avatar
    Fix keysym2ucs lookup · 11613369
    Samuel Thibault authored
    The ucs2keysym table cannot be sorted both by ucs value *and* by keysym
    value. It happens to be sorted by ucs value, so replace keysym binary
    search with linear search.
    
    This fixes the event_string for various characters.
    11613369