You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program works as expected in my local environment (Windows 11 + Python 3.11.1 + pyxel 2.3.1 + JIS keyboard).
However, when I use the pyxel web version, it does not work correctly on the same PC.
please see: https://nodai2hitc.github.io/pyxel_issue/key_disagreement.html
このプログラムは、私のローカル環境では期待通りに動作します。
しかし、web 版を使うと、同じ PC でも正しく動作しなくなってしまいます。
In Firefox (134.0.2 / 64 bit), ; works correctly, but ^, @, : do not respond.
On Chrome (132.0.6834.111 / 64 bit), ^, @, : do not respond as well, and ; responds to the : key instead of the semicolon.
Firefox では、; は正常に動作しますが、^, @, : が反応しません。
Chrome では、同様に ^, @, : が反応せず、さらに ; はセミコロンではなく : キーに反応してしまいます。
Is this a problem that can be handled on the Pyxel side? Or is it a problem with SDL2 or something else that the Pyxel web version uses?
これは Pyxel 側で対応できる問題でしょうか?それとも Pyxel web 版 が利用しているSDL2 等の問題でしょうか?
The text was updated successfully, but these errors were encountered:
Hello.
I'm trying to make a typing game using Pyxel, and I noticed a strange behavior.
はじめまして。
Pyxel を使って、タイピングゲームを作ろうとしているのですが、そこで、不思議な動作に気づきました。
The program works as expected in my local environment (Windows 11 + Python 3.11.1 + pyxel 2.3.1 + JIS keyboard).
However, when I use the pyxel web version, it does not work correctly on the same PC.
please see: https://nodai2hitc.github.io/pyxel_issue/key_disagreement.html
このプログラムは、私のローカル環境では期待通りに動作します。
しかし、web 版を使うと、同じ PC でも正しく動作しなくなってしまいます。
In Firefox (134.0.2 / 64 bit),
;
works correctly, but^
,@
,:
do not respond.On Chrome (132.0.6834.111 / 64 bit),
^
,@
,:
do not respond as well, and;
responds to the:
key instead of the semicolon.Firefox では、
;
は正常に動作しますが、^
,@
,:
が反応しません。Chrome では、同様に
^
,@
,:
が反応せず、さらに;
はセミコロンではなく:
キーに反応してしまいます。Is this a problem that can be handled on the Pyxel side? Or is it a problem with SDL2 or something else that the Pyxel web version uses?
これは Pyxel 側で対応できる問題でしょうか?それとも Pyxel web 版 が利用しているSDL2 等の問題でしょうか?
The text was updated successfully, but these errors were encountered: