AMG
1
My hot keys (instant aliases) does not always execute.
systeminfo.txt (4.5 KB)
aliases.txt (281 Bytes)
stevebaer
(Steve Baer)
2
Thanks for the bug report. I haven’t tested with the floating command input on Mac. We probably need to do something special for that control.
AMG
3
No problem. Note that most of my hot keys do indeed work with the floating command window.
Gijs
(Gijs de Zwart)
4
Does it always fail with the alias you showed? Or do you mean that some aliases sometimes don’t work?
AMG
5
Yes, it is always the same instant aliases that fails. If I rename the alias it does work;
Gijs
(Gijs de Zwart)
6
hi @AMG thanks, I managed to reproduce. It seems related to other aliases.
RH-83738 CA does not work as an Instant alias
1 Like
AMG
7
Here is some additional strange behavior:
- Load aliases2.txt (289 Bytes).
- Type
CA fast. Nothing happens.
- Type
CA slow. It works as intended.
Gijs
(Gijs de Zwart)
8
thanks, I added that to the YT.
AMG
10
This does not seem to be fixed.
- Commands immediately exits after executing instant alias (
Z1 in video).
- Some commands do not execute at all when typing the instant alias (
ZQ3 in video).
- After trying to execute
ZQ3, then instant alias that previously worked (Z1) also fails.
sysinfo.txt (4.7 KB)
wip.txt (128 Bytes)
Gijs
(Gijs de Zwart)
11
@AMG I see the same with a floating commandline. I’ll reopen
1 Like
stevebaer
(Steve Baer)
12
Thanks for testing @AMG. This Mac code for instant aliases is a little tricky to get right and we aren’t there yet.
1 Like
AMG
13
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
_ToggleInstantAliases and set the delay to 0.
- Try to execute any of the instant aliases,
Z1 etc.
- The wrong macro is executed (
_Help is 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
_ToggleInstantAliases and set the delay to 300 etc.
- Type
ZQ and wait. A command is executed even though ZQ is not an instant alias.
Note that I have General → Command Window → Use command options dialog enabled.
AMG
14
Are you able to reproduce this behavior @stevebaer, @Gijs?