It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello! I use LINUX and the game runs under WINE but even with the normal script to rebind keys that I write,
the keys simply will not rebind. Might you possibly fix this?
This is the script I made to rebind JUMP to /, FIRE to . and DASH to SPACE.
I play most of my games on keyboard and these are the controls I always use and am used to.
I write scripts like this for games that don't have built in rebinding but there are a few which this won't work for,
Fireball Wizard is one of them. This script rebinds these keys system wide but in game they aren't touched.
The game is unplayable with the current controls. Thanks.

xmodmap -e "keycode 65 = f"
xmodmap -e "keycode 61 = Up"
xmodmap -e "keycode 60 = space"
wine64 "./Fireball Wizard.exe"
setxkbmap -layout us
Post edited 3 days ago by nuacct