【问题标题】:How to send a key without triggering any code assigned _to that key_?如何在不触发分配给该键的任何代码的情况下发送键?
【发布时间】:2018-09-30 15:07:52
【问题描述】:

所以我有

`::
` Up::
    IfEqual, A_ThisHotkey, %A_PriorHotkey%,   return
    Send ^!i
Return

^'::`

但它不起作用,因为在按下^' (ctrl+') 时它不会发送`,而是执行^!i。如何让只发送字符`?

【问题讨论】:

    标签: autohotkey


    【解决方案1】:

    您想防止一个热键的输出触发另一个热键。像这样添加 $ 符号。

    $'::
    

    http://www.autohotkey.com/docs/Hotkeys.htm#prefixdollar

    【讨论】:

      猜你喜欢
      • 2018-08-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-03-15
      相关资源
      最近更新 更多