keyboardshortcuts.html (935B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Keyboard shortcuts during drag/drop</title> 5 </head> 6 <body> 7 8 <ol> 9 <li>Select some text in this sentence and begin dragging it.</li> 10 <li>While dragging, use your keyboard shortcut to reload the page. It should work without cancelling the drag.</li> 11 <li>While dragging, use your keyboard shortcut to select all text on the page. It should work without cancelling the drag.</li> 12 <li>While dragging, use your keyboard shortcut to open a new tab. It should work without cancelling the drag.</li> 13 <li>While dragging, use your keyboard shortcut to switch to another tab. It should work without cancelling the drag.</li> 14 <li>While dragging, use your keyboard shortcuts to go back and forward in history (<a href="#next">use this link first to add a history entry if needed</a>). It should work without cancelling the drag.</li> 15 </ol> 16 17 </body> 18 </html>