Created
July 12, 2021 05:51
-
-
Save XCanG/15afa5d44f64f92cef4ffc02a01eafe8 to your computer and use it in GitHub Desktop.
AutoHotKey script for Honkai Impact 3rd for Human Control, supporting mouse and better keybindings. Read comments (after ;) in file itself.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#MaxHotkeysPerInterval 200 | |
SetKeyDelay, 20, 10, Play | |
;Honkai Impact 3rd | |
#IfWinActive ahk_exe BH3.exe | |
~*LButton::j ; Attack | |
~*LAlt::j ; Attack (no pass direction) | |
*MButton::i ; Ultimate | |
*RButton::u ; Weapon skill | |
XButton1::` ; Back menu | |
XButton2::LButton ; Camera overview | |
Space::k ; Dodge | |
x::Enter ; Continue dialogs | |
~*LShift::Space ; Jump (Open World) | |
;+Space::Space | |
~*Tab::l ; ELF | |
;q LT | |
;e RT | |
;c LS p | |
;f RS p | |
;Up::Num8 ; RS ↑ | |
;Up::n | |
;Down::Num2 ; RS ↓ | |
;Down::m | |
;Left::Num4 ; RS ← | |
;Left::q | |
;Right::Num6 ; RS → | |
;Right::e | |
#IfWinActive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment