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

×
I really like Autohotkey! Too bad my repeat click toggle won't work in Witcher 2:


toggle = 0
#MaxThreadsPerHotkey 2

V::

toggle := !toggle
while( toggle ) {
Click
Sleep, 150
}
return


Press V to start clicking then press V to stop clicking. Would have handled those QTEs that sluggishly responded to my mouse.
avatar
sillygrapist: Found somewhat a solution for the problem. There is this freeware program http://www.autohotkey.com/download/ which allows you to rebind every key by using very simple scripts.
Thankyou, thankyou, thankyou! I've been struggling with the key bindings for The Witcher 2 for three days now, binding and rebinding via the .ini files. I almost got it to my liking, even remapping the "Quicksave" to F12, which is my quicksave key for all games. But Spacebar (hardcoded as the "Take All" key for loot) remapping was off limits to me and would not remap at all. Until now that is!

Thanks to your post about the Autohotkey program I can now use End for "Take All" and have mapped the mouse scroll up/down for things as well. So much better!

So thankyou very much for your very helpful post, sillygrapist.
I have not found any keyboard key to be hardcoded. If you have made changes via the launcher there will be a keyboard map in the user.ini file. Make any changes for keys not available in the launcher there and they will show up in the game.
Hi,

got the game just recently in October, and with patch 2.0 this issue is still prevalent. Cannot change to some keys, like 'i' and 'j', through configuration, which I would like to. Before looking for this thread, I changed the .inis, but to no effect, it seems like a hassle anyway. Probably will use the autokey program next, that was linked here.
I always wondered why developers do not offer as an alternative to wasd something like ijkl (what I reconfigure to, so right index finger can rest on the 'j', the basic position for blind typing). Seems quite obvious that there are people in this world moving their mouse with the left hand and for them wasd was never right.
Post edited October 15, 2011 by founditviasearch
I know this topic here is a bit outdated but can someone maybe help me to remap the quicksave and quickload keys ?

I would like to have the quickload on "NumMinus" and quicksave on "NumPlus"

PS I tried to change the DIMapping.ini, User.ini and the Input_QWERTZ.ini to fix that.
All I get is else that quicksave/quickload remains on F5/F9 or that the functions does not work anymore.

I would be thankful if somebody can help me to get that weird keymapping fixed.
It's been over 2 years and they still don't want to allow me to use the keys I want from the Input Settings screen. I'm very disappointed.
Has anyone had luck using a controller other than the X-Box 360 controller?