Vampire: The Masquerade - Redemption

Vampire: The Masquerade - Redemption

Dante Jan 24, 2020 @ 7:51am
AutoHotkey for pause button
I have tried to rebind "pause button" with AutoHotkey:

Installed: AutoHotkey
Created: .ahk File

Edited script: Shift::SendInput, {Pause}

Executed script, run the game, but it doesn't work.

I tried different keyboard layouts, without success (QWERTZ, QWERTY etc.)

Any ideas? Thx!
Last edited by Dante; Jan 24, 2020 @ 7:52am
< >
Showing 1-2 of 2 comments
Why are you asking about this here instead of the software's forum?

Here are some links you might want to try getting your answer from: Good luck.
Player333676 Jun 29, 2021 @ 10:36am 
Run the script as admin. Also, if you're using a keyboard that has pause and break on the same key, try

Shift::SendInput, {Break}

Also, Shift is a key used in-game, so maybe use a different key (e.g. V)
< >
Showing 1-2 of 2 comments
Per page: 1530 50