0.8.1 • Published 8 years ago

atom-keyboard-macros v0.8.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

0.8.0

8 years ago

0.7.8

8 years ago

0.7.7

8 years ago

0.7.6

8 years ago

0.7.4

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago