moonlight-ios icon indicating copy to clipboard operation
moonlight-ios copied to clipboard

Globe key as escape key

Open cooldna2 opened this issue 4 years ago • 3 comments

When moonlight is streaming a game, let there be an option that makes globe key on an ipad keyboard function as escape key. That would be very handy. There is global option which makes globe key as escape key, but I want this is an app-specific function, because when texting I want globe key function as emoji which is iOS 14 default as far as I know.

cooldna2 avatar Nov 01 '20 14:11 cooldna2

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Jul 21 '21 03:07 stale[bot]

@cooldna2 You can already set the globe key to be escape from iPadOS settings. When it is set to escape in iPadOS Moonlight will treat it as a escape key

don17sch avatar Nov 04 '21 16:11 don17sch

I made a pull request that does this (https://github.com/moonlight-stream/moonlight-ios/pull/610). Yes you can change it in iPad OS settings, but since moonlight can't use the Globe key anyway, it seems reasonable to map that key to something more useful. That way if a user doesn't want to remap that key globally, they can still have it be useful in moonlight.

My pull request maps it to Escape but it might be useful to have it be customizable (e.g. see https://github.com/moonlight-stream/moonlight-ios/issues/356)

WolfLink avatar Feb 12 '24 23:02 WolfLink