Version 9 WIP (9.0.24275.12306, 2024-10-01)
- Load the aliases from wip9.txt (184 Bytes).
- Make all of them instant, except the alias
Z. - Run
_ToggleInstantAliasesand set the delay to 0. - Try to execute any of the instant aliases,
Z1etc. - The wrong macro is executed (
_Helpis executed instead of_Line).
Found another issue as well. Alias is treated as instant when it is not;
- Load the aliases from wip9.txt (184 Bytes).
- Open the aliases list and observe that there is no aliases named
ZQ. - Run
_ToggleInstantAliasesand set the delay to 300 etc. - Type
ZQand wait. A command is executed even thoughZQis not an instant alias.
Note that I have General → Command Window → Use command options dialog enabled.