使用 Keyboard Maestro 将光标向前移动 space

Use Keyboard Maestro to move the cursor one space forward

在 ST3 (OS X) 中,我使用 shift+space 将光标向前移动 space,例如:

{ "keys": ["shift+space"], "command": "move", "args":  {"by": "characters", "forward": true} },    

我发现自己也想在其他应用程序中使用它。我以为我可以使用 Keyboard Maestro 来编写一个执行此操作的宏,但还没有走得太远。有什么建议吗?

在 Keyboard Maestro 中有一个 'Simulate Keystroke' 动作,您可以使用它来做到这一点。

创建一个由 'Hot Key Trigger' 触发的新宏,并设置您的热键。 添加一个新动作,'Simulate Keystroke',并设置击键。

这是我制作的测试宏的截图: