Skip to content

Commit

Permalink
Update Xarty-extend-v3.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
CarrieForle authored Jun 24, 2023
1 parent f97fab5 commit 55cc48d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layout/ahk/Xarty-extend-v3.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if FileExist("xarty_config.ini") == ""

; When you press and release a modifer key,
; the window for you to press extend key that
; will still acdtivate a extend layer. (in millisecond)
; will still activate a extend layer. (in millisecond)

; This property should be a positive integer,
; otherwise invalid.
Expand Down Expand Up @@ -474,6 +474,8 @@ onEnd(ih)
}
else
{
if ih.EndReason == "EndKey"
ih.Start()
oldBuffer := ""
}
}
Expand Down

0 comments on commit 55cc48d

Please sign in to comment.