SomeGuyonTHW Reputable Oct 9, 2020 200 19 4,595 May 29, 2023 #1 I can make a key do CTRL C and CTRL V, but how do I clear clipboard? I press Win + V for clipboard menu, it opens up, but how do I clear it in one key?
I can make a key do CTRL C and CTRL V, but how do I clear clipboard? I press Win + V for clipboard menu, it opens up, but how do I clear it in one key?
Ralston18 Titan Moderator Oct 11, 2014 38,936 4,235 146,290 May 29, 2023 #2 The requirement being a single key to clear the clipboard. Most likely you will need to reassign an existing function key to do so. Perhaps Method 2 in the following link: https://www.prajwaldesai.com/clear-clipboard-history-in-windows-11/ Or launch a simple Powershell script: https://powershellmagazine.com/2013/11/13/pstip-clear-clipboard-content/
The requirement being a single key to clear the clipboard. Most likely you will need to reassign an existing function key to do so. Perhaps Method 2 in the following link: https://www.prajwaldesai.com/clear-clipboard-history-in-windows-11/ Or launch a simple Powershell script: https://powershellmagazine.com/2013/11/13/pstip-clear-clipboard-content/