Skip to content
  • hjk's avatar
    fakevim: fix cursor keys on Mac. · fe396a51
    hjk authored
    On Mac, QKeyEvent::text() returns non-empty strings for cursor keys. This
    breaks some of the logic relying on text() being empty for "special" keys.
    
    This is a quick fix to make it usable.
    fe396a51