Skip to content

Q-Dir Up to parent folder failed by 'h' key #107

@GoldyWang2013

Description

@GoldyWang2013

'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}")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions