Method: Textbringer::Commands#execute_keyboard_macro

Defined in:
lib/textbringer/commands/keyboard_macro.rb

#execute_keyboard_macro(macro, n = 1) ⇒ Object



38
39
40
# File 'lib/textbringer/commands/keyboard_macro.rb', line 38

def execute_keyboard_macro(macro, n = 1)
  Controller.current.execute_keyboard_macro(macro, n)
end