Curse Crackers: For Whom the Belle Toils

Curse Crackers: For Whom the Belle Toils

Not enough ratings
Keyboard Controls Remapping Guide
By 󠀡󠀡
This guide shows you how to easily reassign any of your keys on a Windows machine.
   
Award
Favorite
Favorited
Unfavorite
Introduction
The game was released almost three years ago, and the developers still haven’t given us a way to remap the controls. Luckily, we can do it ourselves using a free and open source software called AutoHotkey[github.com]. For those of you using X or Wayland, there is a program called xremap[github.com], but covering it is beyond the scope of this guide.
Downloading AutoHotkey
Go to the official AutoHotkey GitHub repository[github.com] and download the portable version of the software. Extract the archive to a directory of your choice and navigate to it.
Configuring AutoHotkey
Create a new file named AutoHotkey64.ahk, open it in a text editor, and paste the following snippet into it.

; Please read the documentation, or at least consider skimming it! ; ; https://www.autohotkey.com/docs/v2/Hotkeys.htm ; https://www.autohotkey.com/docs/v2/KeyList.htm ; https://www.autohotkey.com/docs/v2/misc/Remap.htm #HotIf WinActive("ahk_exe Curse Crackers Belle.exe") q::LShift ; this makes the Q key behave like the left Shift key w::z ; this makes the W key behave like the Z key e::Space ; this makes the E key behave like the Space key

Save the file.
Running Curse Crackers
Run AutoHotkey64.exe and launch the game. Enjoy the experience!