Originally created by: 00000o1
Issue is that the Meta key ⌘ is not correctly captured on client and transmitted as control key. It's platform-platform dependent.
This means that the control sequence that activates select depends on:
what key we capture on client,
what key we transmit to server
what key on server platform actually maps to select
We currently do not account for this, and it errors in the following way:
Anyway this is one of those x-platform issues! Fun ! hahaha. And there's lots of them :)