在 Karabiner 中如何发送中间有延迟的基石?
In Karabiner how to send keystones with delay in-between?
在 Karainer,在 Mac OS X+
此配置在按 F 后给了我 5 个问题。
<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毫秒的延迟,请问如何做?
最好的办法是调用实现延迟的 applescript...在 Karabiner 中将其作为本机函数执行可能会使 Karabiner 阻塞(同步)并引入各种延迟。
选项::KEYTOKEY_DELAYED_ACTION
文档参考可以在这里找到
https://pqrs.org/osx/karabiner/xml.html.en#syntax-KeyToKey-options
在 Karainer,在 Mac OS X+
此配置在按 F 后给了我 5 个问题。
<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毫秒的延迟,请问如何做?
最好的办法是调用实现延迟的 applescript...在 Karabiner 中将其作为本机函数执行可能会使 Karabiner 阻塞(同步)并引入各种延迟。
选项::KEYTOKEY_DELAYED_ACTION
文档参考可以在这里找到 https://pqrs.org/osx/karabiner/xml.html.en#syntax-KeyToKey-options