Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I use Linux and normally I write a script to rebind keys for games
that don't have built in rebinding but on this particular game,
my script won't work. Are you hitting the hardware directly or
something to make the keyboard work? Can you include key
rebinding please in the final version? Thank you!

This is what my script looks like, it rebinds to WASD for control,
. for whip, / for jump and TAB for map. Then after game exits,
it changes everything back. Except it won't work on your game
for some reason, yet this is how I do all my other non-rebindable
games.

xmodmap -e "keycode 38 = Left"
xmodmap -e "keycode 39 = Down"
xmodmap -e "keycode 40 = Right"
xmodmap -e "keycode 25 = Up"
xmodmap -e "keycode 60 = x"
xmodmap -e "keycode 61 = z"
xmodmap -e "keycode 23 = space"
./RubyChestDemo-v1.4.2
setxkbmap -layout us

Sure! After the beta we'll take a closer look at the input, and I'll take the remaps into consideration. Thanks for letting us know!

Awesome! That rocks! Thanks! Really anxious to see the game! 8)