Has anyone found a work around to type text?

cja

New member
Jan 10, 2025
1
0
0
I'm using my Compct two for productivity, coming from a Razor Tartarus. The macro configuration feature has a type text option. I can transfer my hot key macro sequences easily from the Tartarus, I can label my Azeron buttons with copy paste, but I need a solution as type text is not an option on the Azeron macro menu.
 

Attachments

  • Screenshot 2025-01-10 102811.png
    Screenshot 2025-01-10 102811.png
    23.2 KB · Views: 62
  • Screenshot 2025-01-10 102911.png
    Screenshot 2025-01-10 102911.png
    35.4 KB · Views: 39

Im this guy

Moderator
Staff member
Nov 5, 2021
1,508
167
63
Not a way to just copy over.
You`d need to make a macro with every key being pushed down and up for it to type it.
Caps down / up
Y down / up
Slash down / up
and so on
 

ticktockvehicle

New member
Feb 27, 2025
1
0
1
AutoHotkey (AHK) allows you to create a script to input text when a button is pressed. Write an AHK script to assign the key on Azeron to a text string. Have you tried it, coreball?