antimicrox icon indicating copy to clipboard operation
antimicrox copied to clipboard

The problem when identifying the button is held down

Open advice57 opened this issue 8 months ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe.

When holding a button in the normal way with Antimicro, the letter that that button represents is continuously sent to the notepad. For example, holding down the a button for a while will receive the line aaaaaaaaaa, but if using AntimicroX, you will only get exactly one letter a. Some commands in AutoHotkey that I'm using work very well with Antimicro because the feature of sending out long lines like aaaaaaaaaa makes it easy for AutoHotkey to confirm that the button is being held to trigger an additional script loop to run. If using AntimicroX, AutoHotkey can only run exactly one loop even if you hold the button (here, if you use Toggle or Turbo in Antimicro or AntimicroX, it will cause AutoHotkey to not work effectively).

Describe the solution you'd like

So I want you to add a feature like AntiMicro's button holding style to AntimicroX.

Describe alternatives you've considered

No response

Additional context

No response

advice57 avatar Nov 01 '23 09:11 advice57