From 7dd91882869ae7d4c2118a181498ea144a472d37 Mon Sep 17 00:00:00 2001 From: thqby Date: Mon, 7 Aug 2023 20:15:29 +0800 Subject: [PATCH] Fixed [#356] --- syntaxes/ahk2.d.ahk | 5 ----- syntaxes/zh-cn/ahk2.d.ahk | 5 ----- 2 files changed, 10 deletions(-) diff --git a/syntaxes/ahk2.d.ahk b/syntaxes/ahk2.d.ahk index 87e874df..f8373665 100644 --- a/syntaxes/ahk2.d.ahk +++ b/syntaxes/ahk2.d.ahk @@ -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. */ diff --git a/syntaxes/zh-cn/ahk2.d.ahk b/syntaxes/zh-cn/ahk2.d.ahk index c231b602..a7f0fa4a 100644 --- a/syntaxes/zh-cn/ahk2.d.ahk +++ b/syntaxes/zh-cn/ahk2.d.ahk @@ -1930,11 +1930,6 @@ SendMode(Mode) => String */ SendPlay(Keys) => void -/** - * 与“发送”相似,不同之处在于“键”中的所有字符均按字面意义进行解释和发送.有关详细信息,请参见原始模式. - */ -SendRaw(Keys) => void - /** * 类似于 Send, 除了 Keys 中的所有字符都按原义解释. */