unknownskl / xbox-xcloud-player

Xbox-Xcloud-Player is a library that can connect to an xCloud / xHome stream using WebRTC and provides an API interface for controlling the stream.
153 stars 18 forks source link

Keyboard input: Legacy keyboard not functioning properly on other keyboard languages #185

Closed unknownskl closed 8 months ago

unknownskl commented 1 year ago

The known issue is with Turkish keyboards. The buttons are mapped differently. (See issue: https://github.com/unknownskl/greenlight/issues/878)

unknownskl commented 1 year ago

Implemented using an option: input_legacykeyboard: false to disable alternate keyboard controls and use native keyboard input

unknownskl commented 1 year ago

Reopened issue as issue still exists.