Opened 4 years ago
Last modified 2 years ago
#11980 new defect
GLK: engine does not support Russian keyboard layout
Reported by: | Oreolek | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: GLK: ZCode |
Version: | Keywords: | ||
Cc: | Game: |
Description
GLK engine properly shows Russian text but does not allow switching the keyboard from QWERTY. All games in Russian are unplayable.
Version: ScummVM 2.2.0 (Sep 15 2020)
Example game (z8): https://rinform.org/games/photopia/PhotopiaR.zip
Change History (4)
follow-up: 2 comment:1 by , 4 years ago
comment:2 by , 4 years ago
I'm on Linux though, forgot to mention. Using XKB:
setxkbmap -layout 'us,ru' -option 'lv3:ralt_switch,grp:caps_toggle,misc:typo,grp_led:scroll,compose:rctrl'
It doesn't honor the settings. And Ctrl+Shift, Shift+Shift, Alt+Shift, Alt+Space switches don't work either.
comment:3 by , 3 years ago
Priority: | high → normal |
---|
comment:4 by , 2 years ago
Summary: | GLK engine does not support Russian keyboard layout → GLK: engine does not support Russian keyboard layout |
---|
Note:
See TracTickets
for help on using tickets.
Hmm.. the GLK engine simply takes in whatever keypresses are generated by the backend, which for Windows at least uses the SDL backend. So any keyboard switching would have to be done in Windows itself rather than ScummVM. Unless I'm missing something..