Please execute this code 1 time at the start of your game:
keyboard_set_map(ord("Y"),ord("Z"));
keyboard_set_map(ord("W"),ord("Z"));You do not need to worry or care about anything else from there.
What it does is letting your game pretend the "Y" key is also the "Z" key.
That's good for people with QWERTZ-keyboards because the bottom left key is in fact the "Y"-key on those keyboards which makes the controls awkward unless you change your keyboard layout.
The same goes for "W" and AZERTY-keyboards.
It's a simple fix that can easily be put into games after they're done and I wish more people would do it.
Spread the word.
If you know any other exotic (aka non-qwerty) keyboard layout that messes the popular zxc-keys up, please let me know and I'll expand the script.
Edited by 9_6, 11 November 2010 - 12:49 PM.











