Skip to content

Commit

Permalink
Fixed [#356]
Browse files Browse the repository at this point in the history
  • Loading branch information
thqby committed Aug 7, 2023
1 parent fcc24aa commit 7dd9188
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions syntaxes/ahk2.d.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1930,11 +1930,6 @@ SendMode(Mode) => String
*/
SendPlay(Keys) => void

/**
* Similar to "send", the difference is that all characters in the "key" are interpreted and sent literally. For details, please refer to the original mode.
*/
SendRaw(Keys) => void

/**
* Similar to Send, except that all characters in Keys are interpreted literally.
*/
Expand Down
5 changes: 0 additions & 5 deletions syntaxes/zh-cn/ahk2.d.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1930,11 +1930,6 @@ SendMode(Mode) => String
*/
SendPlay(Keys) => void

/**
* 与“发送”相似,不同之处在于“键”中的所有字符均按字面意义进行解释和发送.有关详细信息,请参见原始模式.
*/
SendRaw(Keys) => void

/**
* 类似于 Send, 除了 Keys 中的所有字符都按原义解释.
*/
Expand Down

0 comments on commit 7dd9188

Please sign in to comment.