moonlight-stream / moonlight-ios

GameStream client for iOS/tvOS
GNU General Public License v3.0
990 stars 247 forks source link

Map the "Globe" / "Language" key to Escape #610

Closed WolfLink closed 2 months ago

WolfLink commented 3 months ago

The "Globe" / "Language" key, which is the bottom-left most key on Apple branded iPad keyboards, is currently unused (it falls through the switch statement).

This commit maps that key to "Escape", which is an important key for many games and other applications, but is not present on most Apple branded iPad keyboards.

WolfLink commented 3 months ago

This feature has been requested in this issue: https://github.com/moonlight-stream/moonlight-ios/issues/428