2

Is there a way to perform a control drag with a touch screen? For example, when I need to copy rather than move.

Similarly, I would like to simulate a control shift drag. How would I do that?

sdfor
  • 241

1 Answers1

1

This can be done this way :

  • Call up the on-screen keyboard
  • In the on-screen keyboard, click the Control key so it becomes On
  • Execute the drag operation

You may also use the above for the Shift key

harrymc
  • 498,455