Life made simple, one clipboard at a time.
- Copy to an alternative clipboard
- Paste from an alternative clipboard
- Maintain default copy/paste functionality
Ctrl + Alt + c
= Copy to registerCtrl + Alt + v
= Paste from register
You can freely change between using Ctrl C / V
and Ctrl Alt C / V
to your wishes, the "Alt" clipboard is stored in a register within the hotkey.
Ctrl + Alt + x
= Cut to register and paste what is currently in clipboard. (#1)
- Install AutoHotkey (https://www.autohotkey.com/)
- Copy
AltCopy.ahk
into your startup folder (Open run dialog ->shell:startup
) - Double-click the
AltCopy.ahk
file if you do not wish to restart immediately. - Enjoy!
- Open the script in a text editor
- Change
^!C::
and^!V::
to^+C::
and^+V::
- Save and reload hotkey