2

在 Karainer 中,在 Mac OS X+ 上

这个配置在按 F 后给了我 5 个 Q。

<item>
<name>song_5Q</name>
<identifier>song_5Q</identifier>
<autogen>__KeyToKey__ KeyCode::F, 
      KeyCode::Q,
       KeyCode::Q,
       KeyCode::Q,
       KeyCode::Q,
       KeyCode::Q,
</autogen>

但是我想在每个Q之间添加大约200毫秒的延迟。请问怎么做?

4

2 回答 2

0

选项::KEYTOKEY_DELAYED_ACTION

可以在此处找到文档 参考https://pqrs.org/osx/karabiner/xml.html.en#syntax-KeyToKey -options

于 2016-09-19T02:34:35.907 回答
-1

最好的办法是调用一个实现延迟的applescript......在Karabiner中作为本机函数执行它可能会使Karabiner阻塞(同步)并引入各种延迟。

于 2016-02-20T17:37:20.857 回答