📜  输入框自动热键 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:42.181000             🧑  作者: Mango

代码示例1
Inputbox, i, The title, All the text you want, HIDE, w400, h300, x0, y0, Locale
MsgBox, you entered: %i%
;the "i" in the inputbox is a variable. The hide wil change the text you entered in stars(*), but the variable contains what you entered
;You can change the width and height, and the coördinates where the inputbox will be placed
;if locale is entered, the inputbox will be changed in the language of your country.