fakevim: fix cursor keys on Mac.
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.
Please register or sign in to comment