Skip to content

Commit

Permalink
Merge pull request wo52616111#120 from vict0rShen/bugfix
Browse files Browse the repository at this point in the history
fix bug in Qbar
  • Loading branch information
wo52616111 committed Sep 11, 2022
2 parents 741836a + cded892 commit 6fe8c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/lib_keysFunction.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ keyFunc_moveUp(i:=1){
{
ControlFocus, , ahk_id %LV_show_Hwnd%
SendInput, {Up %i%}
Sleep, 5
ControlFocus, , ahk_id %editHwnd%
}
else
Expand All @@ -84,6 +85,7 @@ keyFunc_moveDown(i:=1){
{
ControlFocus, , ahk_id %LV_show_Hwnd%
SendInput, {Down %i%}
Sleep, 5
ControlFocus, , ahk_id %editHwnd%
}
else
Expand Down

0 comments on commit 6fe8c4f

Please sign in to comment.