File | Date | Author | Commit |
---|---|---|---|
LICENSE | 2024-07-02 |
![]() |
[17151f] License |
README.md | 2024-07-16 |
![]() |
[1c5563] README file |
SECURITY.md | 2024-07-02 |
![]() |
[5a28f1] How to report security vulnerabilities |
Thalita-Torres-Office-Clipboard.ico | 2024-07-02 |
![]() |
[26c866] Icon file |
mwClipboard-v0101.ahk | 2024-07-02 |
![]() |
[349dc8] Script in AutoHotkey v2 |
This program provides a simple clipboard manager for Microsoft Windows. A hotkey displays a list of clips. The user can then select one or more to paste.
Global hotkey | Description |
---|---|
CTRL-ALT-0 | Show main GUI |
CTRL-ALT-SHIFT-0 | Add clip manually |
CTRL-ALT-9 | Send clipboard as plain text |
CTRL-SHIFT-9 | Send second clip as plain text (does not change clipboard) |
CTRL-SHIFT-F12 | Show simple notepad to work with text |
CTRL-ALT-SHIFT-F12 | Populate notepad with text selection |
By mikeyww in U.S.A. • For AutoHotkey version 2.0.16
Type | Change |
---|---|
Added | GUI title adds "Administrator" suffix when the script is running as admin |
Added | Flag for restoring the original clip to the clipboard after pasting |
Fixed | F12 does not activate notepad when it is minimized |
Changed | Increased sleep before and after pasting if mwClipboard is set to "top" |
Changed | Updated icon; added separate icon for notepad GUI |
GitHub | AutoHotkey | MajorGeeks