Keyboard Shortcuts
Keyboard Shortcut is one of the important features that is newly introduced by UiPath 2022.10. In the newly added version of the UiPath, you can now use the keyboard shortcuts to Delete (Del), Copy (Ctrl c), and Paste (Ctrl v) variables and arguments. If we wanted to pass the same variable between different activities or in different workflows within a project, we had to do so manually, however, we can now copy and paste the variable along with its default value and variable type. By using it, developers can avoid creating the same variable repeatedly. Let’s have a look at how we can copy, Paste and delete a variable or argument through the keyboard shortcut keys.
Deleting a variable:
-
Highlight the variable you want to delete.
-
Press the Delete key on your keyboard.
The variable will be deleted.
Copying a variable:
-
Highlight the variable you want to copy.
-
Press the Ctrl+C keys on your keyboard.
The variable will be copied. Paste the variable into the desired location by pressing Ctrl+V.
Pasting a variable:
-
Highlight the place where you want to paste.
-
Press the Ctrl+V keys on your keyboard. The variable will be pasted into the desired location.