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
Currently, there is a key action
input: CHARwhich adds theCHARto 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_lto send/clear, orctrl_dto 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