-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: azerty keyboard not supported #338
Comments
Unfortunately this engine is pretty old at it's core. We can't add local keyboard support without major refactors. You should be able to rebind your actions in settings though, including console. You'll need to look in old settings for screen size. I'll add that to next release. |
I just noticed that screen size controls are not there in old settings either. I'll need to add them to both then. You'll need to use the bind console command to set your own binds. The screen size commands are |
I just tried the Windows port with Wine on Linux and it supports my azerty keyboard? |
Well, I don't know why. I didn't work on this part of the engine. I guess Windows and Linux send different info to the game when you press the button. |
Have you tried rebinding them manually yet? |
I already did it for the actions key and console, it's easy to modify from the ingame settings. |
Use the bind command for that. It goes as follows: |
it's strange, Zandronum is a fork from GZDoom and Q-Zandronum is a fork of Zandronum and GZDoom supports local keyboard. |
It's a fork of very old GZDoom, the one from 2015 |
That's odd, because ] works fine. Try binding to [ and ] instead. |
@IgeNiaI we need more than a workaround for this issue, all people that does not use a qwerty keyboard will encounter the same inconveniences than me. Q-Zandronum on Linux needs support for local keyboard. |
I'll see what I can do, but I can't invest a lot of time into this anymore. It's a hobby project after all. |
Today I tested some mods with Zandronum and I reproduced on Linux all issues I encounter with Q-Zandronum:
Like Q-Zandronum, I can not reproduce this issue with the Zandronum Windows version. |
This is an ages old issue that's been with us since the Zandronum days. Before launching the game I switch to US keyboard layout with hotkeys and switch back after I exit. You can also write a bash script to do this for you automatically. That way you'll have access to all keys in game. Check if your distro has a US AZERTY layout, that might work too. I'm using a QWERTZ hungarian layout which behaves pretty much like yours when trying to bind them directly from the console. However even in Windows I have to bind my keys according to the US layout (binding through the menus will substitue the US layout equivalent though, whereas in Linux it won't). For example I use the key 'Ű' to spectate which gets saved in the config as |
Hello,
I have an azerty keyboard and when I press ² key, the console does not appear.
² is our tilde key:
Does Q-Zandronum not support local keyboard on Linux?
Others issues related to local keyboard:
forward: we use Z instead of W
strafe left: we use Q instead of A
Thank you for your help
The text was updated successfully, but these errors were encountered: