0.8.1 • Published 10 years ago

atom-keyboard-macros v0.8.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

atom-keyboard-macros package

Keyboard macro extension for Atom.

New Features

In version 0.6.0 or later, it also records the operation of the search & replace view.

Shortcuts

ctrl-x ( start recording

ctrl-x ) stop recording

ctrl-x e execute macro

ctrl-x ctrl-e execute macro N times

ctrl-x b execute macro to the end of file

ctrl-x ctrl-b execute macro from the beginning to the end of file

Other Methods

  • atom-keyboard-macros:name_last_kbd_macro Give a command name to the most recently defined keyboard macro. You can execute it, in command palette, use 'atom-keyboard-macros:{a-command-name}'.

  • atom-keyboard-macros:execute_named_macro Execute a named keyboard macro(see atom-keyboard-macros:name_last_kbd_macro).

  • atom-keyboard-macros:save Save all named macros

  • atom-keyboard-macros:quick_save Quick save all named macros

  • atom-keyboard-macros:load Load saved macros

  • atom-keyboard-macros:quick_load Load quick_saved macros

0.8.1

10 years ago

0.8.0

10 years ago

0.7.8

10 years ago

0.7.7

10 years ago

0.7.6

10 years ago

0.7.4

10 years ago

0.7.3

10 years ago

0.7.2

10 years ago