Razor icon indicating copy to clipboard operation
Razor copied to clipboard

[Enhancement] Assistant.Macros.HotKeyAction

Open DemonRok opened this issue 1 year ago • 5 comments

~~After last commit, isn't possible to record any HotKeyAction.~~

DemonRok avatar Feb 17 '23 23:02 DemonRok

I'm not able to reproduce. What I tried:

New macro Click record Go to Hot Keys tab Select random hot key (I picked All Names) Go back to Macros tab and saw recorded hotkeyaction Assistant.Macros.HotKeyAction|1372|

markdwags avatar Feb 17 '23 23:02 markdwags

I left out how. before it was enough to press the hotkey previously set, without moving to the hotkey tab.

As you described it works.

DemonRok avatar Feb 18 '23 10:02 DemonRok

I tried that as well.

  • Assigned all names the key combo of CTRL-A
  • New macro, click record
  • Hit CTRL-A on my keyboard
  • I see "Exec: All Names" get recorded as expected

markdwags avatar Feb 18 '23 14:02 markdwags

I found the difficulty... Me too, no problem with standard HotKey. The problem arises when another script is assigned to the hotkey. There is no possibility to stop the recording as the script assigned to the hotkey is executed. If, with little patience, you change tab, the recording is empty. On the other hand, if you wait about 30 seconds without changing tab, the recording remains. As a workaround, it could be made that during recording the selected hotkey does not execute the assigned action or script, so it does not block the possibility of stopping the recording.

DemonRok avatar Feb 18 '23 17:02 DemonRok

I think it's time to change this from bug to enhancement

DemonRok avatar Feb 18 '23 17:02 DemonRok