Hi, I’m Nicole, I’ll be happy to help you out today.
The extended clipboard is accessible through the Windows Clipboard History feature, which allows you to view and paste items that you have previously copied or cut.
Unfortunately, there is no built-in shortcut to paste multiple items from the Windows Clipboard History without closing the window in between. However, there are a few workarounds that you can try:
Use a third-party clipboard manager: There are several third-party clipboard managers available that allow you to copy and paste multiple items without closing the window. Some popular options include Ditto, ClipMate, and CopyQ.
Use keyboard shortcuts: Although there is no built-in shortcut to paste multiple items, you can use the keyboard shortcuts to navigate the Clipboard History window quickly. Use the Win+V shortcut to open the Clipboard History, use the arrow keys to select the item you want to paste, and then press Enter to paste it. Repeat this process for each item you want to paste.
Use a macro: If you use a macro tool like AutoHotkey, you can create a script that automatically pastes multiple items from the Clipboard History without you having to do it manually. The script could simulate the keyboard shortcuts needed to navigate the Clipboard History and paste each item in succession.
Regards.