How can I read multiple lines of user input in AutoHotkey?
问题 I have an AutoHotkey script which needs to read multiple lines of employee data from a user. InputBox, userInput, Employee Records, Please enter employee records. (One per line) Unfortunately, an InputBox only allows users to enter a single line of text. Trying to add newlines with Enter will instead submit whatever data has been entered. How can I take in multiple lines of user input in an AutoHotkey script? 回答1: This implements a generic multiline input function F3::MsgBox % MultiLineInput(