-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
Currently, there is a key action input: CHAR which adds the CHAR to input area when triggered. However, I would like to be able to input a list of chars (aka string) so that I could use, for example, ctrl_l to send /clear, or ctrl_d to send /close. I see no way to do this with actions available at the moment, but it does not seem to be hard to implement
Zaechus