Add "macOS shuffle" to iOS as well

Since iOS functions like macOS with regards to Alt behaving like AltGr,
we need the same workaround on iOS as well.
pull/36/head
Alex Tanskanen 6 years ago committed by Lauri Kasanen
parent 740a8217ab
commit b5f1a00282

@ -135,7 +135,7 @@ export default class Keyboard {
// keys around a bit to make things more sane for the remote
// server. This method is used by RealVNC and TigerVNC (and
// possibly others).
if (browser.isMac()) {
if (browser.isMac() || browser.isIOS()) {
switch (keysym) {
case KeyTable.XK_Super_L:
keysym = KeyTable.XK_Alt_L;

Loading…
Cancel
Save