Featured on Rob on programming. People say that you will find 12Clip if you follow the link. Keep it a secret.
Gives you up to 4 extra clipboards, as well as a history of all clipboard copy operations.
Hotkeys:
| [F1-F4] + c | copies selected content or current clipboard if there is no selection (Note: current clipboard will remain the same) |
| [F1-F4] + a | appends selected content (or current clipboard if there is no selection) to a clipboard variable (Note: files will be transformed into their absolute paths) |
| [F1-F4] + s | swaps the current clipboard with a clipboard variable |
| [F1-F4] + p | outputs the content in a tooltip (Note: files will be displayed through their absolute path) |
| [F1-F4] + v | pastes the content |
| [F1-F4] + b | pastes the content (if text) or the absolute path (if file) |
| [F1-F4] + d | clear clipboard |
| F1 + F2 | show log (or use tray menu) |
| F3 + F4 | set delimiter for append function (or use tray menu). To use tab, space, or enter as a delimiter, declare them as {tab}, {space} or {enter} |
Changelog
- v1.6
- added append function
- now supports unicode
- v1.5
- added swap function
- added log file function
- v1.4
- exchanged popup messages with tooltips
- v1.3
- added a function to paste the content without formatting
- v1.2
- changed hotkey usage to F1-F4 keys
- v1.1
- fixed a copy bug