For copy and paste:
-
To send data to the clipboard use
store | your text | !clipboard -
To get data from the clipboard use
store | !clipboard | variable -
To highlight and copy text:
-
xclick | image of text box | #tripleclickorxtype | {KEY_CTRL+KEY_A} -
xtype | {KEY_CTRL+KEY_C}(copy shortcut)
-
-
To paste text use:
store | your text | !clipboard-
xtype | {KEY_CTRL+KEY_V}(paste shortcut)