-
-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
'h' key failed:
and the ahk code is:
; 1 character
if(Key == "h"){
if WinActive("ahk_group VimQdir"){
SendInput("{BackSpace down}{BackSpace up}")
; SendInput("{BackSpace}")
}
else {
SendInput("{Left}")
}
}else if(Key == "l"){
if WinActive("ahk_group VimQdir"){
SendInput("{Enter}")
}
else {
SendInput("{Right}")
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels