You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Macro-style keybindings were added in #4709, and I really like them. But I can't figure out how to emit a macro keybinding that presses, say "Alt+o" -- in other keybindings, this is done via "A-o". But I can't use this in macro-style keybindings. For example
x = "@mi)dA-o"
I'd like this to type five keys: "mi)d" then the combined "A-o" i.e. "Alt+o". Instead it treats "A-o" as three separate keys, A then - then o. Is there any way to make a macro-style keybinding emit a modifier+key combination? If not, I think there should be. If so, it should be documented under the docs for macro-style keybindings.
The text was updated successfully, but these errors were encountered:
Macro-style keybindings were added in #4709, and I really like them. But I can't figure out how to emit a macro keybinding that presses, say "Alt+o" -- in other keybindings, this is done via "A-o". But I can't use this in macro-style keybindings. For example
I'd like this to type five keys: "mi)d" then the combined "A-o" i.e. "Alt+o". Instead it treats "A-o" as three separate keys, A then - then o. Is there any way to make a macro-style keybinding emit a modifier+key combination? If not, I think there should be. If so, it should be documented under the docs for macro-style keybindings.
The text was updated successfully, but these errors were encountered: