Skip to content

Instantly share code, notes, and snippets.

@XCanG
Created July 12, 2021 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XCanG/15afa5d44f64f92cef4ffc02a01eafe8 to your computer and use it in GitHub Desktop.
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.
#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