Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
one improvement you can do though is you can assign a secondary key to one or both of these keys that you don't normally use for them (that you don't even use for dodge etc.) and then you can use the combo of those two keys for ghost stance if that somehow makes it easier for your particular config.
Thank you guys both, I havent thought about setting Mouse 4 as secondary keybind. Hopefully it works because V+Alt is very awkward, it doesnt even work with Alt as first key pressed and has to be in that particular order.. Its weird that neither Suckerpunch or Nixxes thought about setting up such simple QoL change as ability to change that keybind.
This wouldnt bother me too if we only had ability to transmog armor but welp, you cant have it all lol
Create a text file called "valt.ahk" (or any name) I have it on my desktop so its easy to reach. In it put the following text:
#Requires AutoHotkey v2.0
; Disable Alt+Tab
;!Tab::Return
; Disable Windows Key + Tab
;#Tab::Return
;RWin::return
LWin::return
LWin Up::return
;RWin Up::return
Tab::
{
Send "{v down}" ; Press and hold the "v" key
Send "{LAlt down}" ; Press and hold the "Left Alt" key
KeyWait "y" ; Wait until the "y" key is released
Send "{v up}" ; Release the "v" key
Send "{LAlt up}" ; Release the "Left Alt" key
}
+Esc::ExitApp ; Alt-Esc to Exit script
to activate this simply double click on the file. To disable it, press alt-esc
If you're a gamer that doesn't have a gaming mouse, you're not a true gamer
Step 2: Unbind the secondary buttons for "Select Stance" and "Select Quickfire Weapon" (use Backspace to clear). Now you have both side buttons free.
Step 3: Change "Dash or Dodge" secondary button to a side button (doesn't matter which)
Step 4: Change "Special Ability" secondary button to the second side button
And now...
Activate Ghost Stance: Press both side buttons at the same time. You're welcome!
Here's the macro I used: