Hello,
Global clipboard is very good for security but current implementation is very inconvenient. Example to copy from a web browser in one domain to a terminal in another domain.
- Select text and press Ctrl+C. Make sure you don’t press Ctrl+Shift+C, the combination you use to copy in a terminal, this opens the web inspector. As a consequence of habit I sometimes do this.
- Use the Win+Shift+C to copy to global clipboard.
- Select the the terminal window. Press Win+Shift+V to paste to terminal domain.
- Press Ctrl+Shift+V to paste in terminal. Make sure you don’t press Ctrl+C, this combination closes the active running program, this is bad if a CLI program is running and you want to paste some input. This has also happened to me a couple of times.
I personally use Win+C and Win+V for global clipboard to make things a little easier but it is still error prone. Suggestions:
- Have the global clipboard run in parallel with the domain clipboards. Skip the step to copy to domain clipboard and allow direct copy to global clipboard by selecting text and directly use Win+C to copy to global clipboard. When you paste the global clipboard in another domain use Win+V to directly paste from global clipboard.
- Allow pasting multiple times from global clipboard. If I need to copy from one domain to multiple domains it becomes very tedious… Achieve this by using a keepassxc style timer for global clipboard storage. After 10-15 seconds wipe the contents of global clipboard.
- Integrate global clipboard copy/paste in dropdown menu’s. This probably isn’t technically feasible but I just thought to throw this in.
- In the tray icon for the global clipboard add option to copy and paste to global clipboard. This is useful if you use the mouse a lot, no need to touch the keyboard, do all operations from tray icon.
Thoughts ?