yqrashawn / GokuRakuJoudo

config karabiner with ease
GNU General Public License v3.0
1.19k stars 123 forks source link

How to batch keystrokes together #12

Closed nikitavoloboev closed 6 years ago

nikitavoloboev commented 6 years ago

It's not clear how I can batch multiple keystrokes together in the action.

I want to make a binding on b key to insert TODO:. With a space after.

I would think I'd have to do something like this [:b [:T][:O]] to achieve this but not sure. The tutorial is not clear about it either.

yqrashawn commented 6 years ago

it's [:b [:!St :!So :!Sd :!So]].

nikitavoloboev commented 6 years ago

thanks