
→ → (Ctrl+Shift+K).
The plugin will record every key presses until you end recording.
→ → (Ctrl+Shift+K).
The plugin will stop recording key presses and save the sequence as the current macro.
→ → (Ctrl+Alt+Shift+K).
The plugin will stop recording key presses but the current macro won't change.
It is possible to save keyboard macros by giving them a name.
Named macros are persistent between Kate's sessions, they're saved in the keyboardmacros.json
file in Kate's user data directory (usually ~/.local/share/kate/
).
→ → (Alt+Shift+K).
The plugin will prompt you for a name and save the macro under it.
The kmsave
command will save the current macro under the name name
.name
→ → .
The plugin lists saved macros as items in this submenu, activating an item will load the corresponding macro as the current one.
The kmload
command will load the macro saved under the name name
as the current one.name
→ → .
The plugin lists saved macros as items in this submenu, activating an item will play the corresponding macro without loading it.
Note that each saved macros is an action that is part of the current action collection so that a custom shortcut can be assigned to it through the → interface.
The kmplay
command will play the macro saved under the name name
without loading it.name
→ → .
The plugin lists saved macros as items in this submenu, activating an item will wipe (i.e., delete) the corresponding macro.
The kmwipe
command will wipe the macro saved under the name name
.name