April 20, 2026
3:46 p.m.
Hi, Thomas, I think you wrote in the past that due to using both the external keyboard mode, where a dot is required in front of a command in the old style, and the new commands, you occasionally try to invoke a new command with the dot and fail. I think your requirement is niche enough that I prefer not to add support for it. This is mainly to keep the complexity down. But you can create an alias for the commands that includes the dot. Putting something like command .mail: mail into alias.mb should do the trick. Making it a command alias ensures that it will not trigger in external keyboard buffer, breaking the .mail command there. Best regards, Harri