Skip to content

Commit 90d3189

Browse files
authored
Merge pull request #59 from ahkscript/joedf-patch-1
fix case #55: InputBox completion
2 parents 963d6ab + 144d414 commit 90d3189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoHotkey.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
{ "trigger": "IniRead", "contents": "IniRead, ${1:OutputVar}, ${2:Filename}, ${3:Section}, ${4:Key [}, ${5:Default]}" },
135135
{ "trigger": "IniWrite", "contents": "IniWrite, ${1:Value}, ${2:Filename}, ${3:Section}, ${4:Key}" },
136136
{ "trigger": "Input", "contents": "Input, ${1:[ OutputVar}, ${2:Options}, ${3:EndKeys}, ${4:MatchList]}" },
137-
{ "trigger": "InputBox", "contents": "InputBox, ${1:OutputVar [}, ${2:Title}, ${3:Prompt}, ${4:HIDE}, ${5:Width}, ${6:Height}, ${7:X}, ${8:Y}, ${9:Font}, ${10:Timeout}" },
137+
{ "trigger": "InputBox", "contents": "InputBox, ${1:OutputVar [}, ${2:Title}, ${3:Prompt}, ${4:HIDE}, ${5:Width}, ${6:Height}, ${7:X}, ${8:Y}, ${9:Font}, ${10:Timeout}, ${11:Default]}" },
138138
{ "trigger": "KeyHistory", "contents": "KeyHistory" },
139139
{ "trigger": "KeyWait", "contents": "KeyWait, ${1:KeyName [}, ${2:Options]}" },
140140
{ "trigger": "ListHotkeys", "contents": "ListHotkeys" },

0 commit comments

Comments
 (0)