The W3C actions spec defines the range of modifier keys that must be specially parsed, although iOS does not seem to support entering keys with modifiers (or at least I cannot find a way to make it work). Thus it makes sense to just pass these unicode chars through.
The W3C actions spec defines the range of modifier keys that must be specially parsed, although iOS does not seem to support entering keys with modifiers (or at least I cannot find a way to make it work). Thus it makes sense to just pass these unicode chars through.
Addresses https://github.com/appium/appium/issues/17734