Solution (sort of):
This is not at all the official way to do this and highly unrecommended, but it does seem to work and it's very simple. Use at your own risk and peril, I take no responsability whatsoever if you break your system or if your house explodes because of this!
Search for the file "keymap.cfg". On my install (from Ubuntu repositories) it's in /usr/share/sandboxgamemaker/data). Edit it as root, and change the letters W into Z, A into Q and vice versa.
So, in a terminal:
cd /usr/share/sandboxgamemaker/data
sudo gedit ./keymap.cfg
There you change the line
keymap 97 Ainto
keymap 97 Q; the line
keymap 113 Qinto
keymap 113 A
etc. for the lines corresponding to Z and W.
No comments:
Post a Comment