mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
ClipboardHistory: Add a clipboard history applet :^)
It will listen for clipboard content changes in the backgroud. Once you click on its icon, it will pop up a window listing all recorded clipboard contents. You can then double-click on an item to copy it again.
This commit is contained in:
parent
acc107a44f
commit
f7ae66cee3
9 changed files with 309 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
add_subdirectory(Audio)
|
||||
add_subdirectory(ClipboardHistory)
|
||||
add_subdirectory(Clock)
|
||||
add_subdirectory(ResourceGraph)
|
||||
add_subdirectory(UserName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue