This adds a MacroAction variant that fetches the macro from the String argument instead of looking up the macro from the specified register. This should make it easier to implement simple keybindings that map to a series of kepresses in iamb for now.
This adds a
MacroAction
variant that fetches the macro from theString
argument instead of looking up the macro from the specified register. This should make it easier to implement simple keybindings that map to a series of kepresses in iamb for now.