Doubt on Type into expression

How is this “[d (Ctrl)] r [u (Ctrl)]” works?
When I use the Type Into activity, I used CTRL then it shows like K (Ctrl) but here it seems different.
Any documentation to know where “[d (Ctrl)] r [u (Ctrl)]”?

Thanks and Regard
Gokul

  • k : Synthesize a key down ( press ) followed by a key up ( release ) for the specified key.
  • d : Synthesize a key down ( press and hold ) event for the specified key.
  • u : Synthesize a key up ( release ) event for the specified key.

Also:

grafik

1 Like

Hi, @ppr
-This information is useful. But I need how it is possible to use the Type into activity for this case “[d (Ctrl)] d [u (Ctrl)]”
-I want to type this “[d (Ctrl)] r [u (Ctrl)]” expression manually in the Type Into activity

can you tell more about the process/scenario. Maybe send hot key will better serve as “[d(ctrl)] [d(ctrl)]” = “[k(ctrl)]”