TypeIntoアクティビティでCtrl+Vを入力するコード

こんにちは
UiPath Studio 2024.10 enterprise editionを使い、クラシックデザインアクティビティで、RemoteRuntimeがインストールされていない環境でリモートデスクトップで動くIEを操作するプロジェクトを開発しています。

TypeIntoアクティビティでCtrl+Vを入力できた記憶がありますが、コードを忘れました。
コードをご存じの方教えてください。もしかして、
"[k(control)]" + "v"
でしょうか?

hi, @gorby

Enter "[d(ctrl)]v[u(ctrl)]" in the TypeInto activity’s Text field.

Alternative Methods: Set to Clipboard + TypeInto and Send Hotkey Activity

Hello @gorby,

In UiPath Type Into activity, keyboard shortcuts are written as ‘one string’ using [k()]. You do not use +

Right answer (Ctrl + V): [k(ctrl)]v

Hi Thank you for your kind advice!
I confirmed your advice actually worked.
Is your suggested syntax available for modern NTypein activity as well?

Sorry but your suggested code did not work in my environment.
Pls check.

@gorby

Yes! The same [d(ctrl)]v[u(ctrl)] syntax works perfectly in NTypeInto too (Text field, non-Simulate mode).​

For pure hotkeys in modern design, use Keyboard Shortcut activity with Ctrl+V selector - even cleaner approach.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.