Skip to content

Commit e350aad

Browse files
committed
DOCS(readme): Added ClipSearchGUI hotkey
1 parent b7cd443 commit e350aad

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ Change clipboard content, while moving across the history, and showing the previ
2121
- **Win + (UpArrow / DownArrow / MiddleMouseButton)**: Only show the preview of the current clip ([note](#Preview-of-current-clip))
2222
- **Win + \<Any number\>**: Go to the clip with the number pressed
2323

24+
Alternatively it is possible to search in the history with a GUI
25+
26+
- **Win + Enter**: The *Clip Search* window pops up, which can be used to search for clips \
27+
Functionality:
28+
- The search term can be an [AutoHotkey RegEx](https://www.autohotkey.com/docs/misc/RegEx-QuickRef.htm) (which of course includes ordinary text)
29+
- Using no search term lists all clips
30+
- Double clicking on a search result copies it to the clipboard
31+
- Only the clips that are classified as text clipboard data (according to Windows) are available in this window
32+
- Since the clips are stored as files, on the computer storage, the speed of the storage device impacts this search heavily
33+
2434
In some cases you might want to reuse the few latest clips, but you dont want to switch to them before copying. In this case, you can just instant copy them
2535

2636
- **Win + Alt + \<Any number\>**: Instantly paste the clip from the history without changing the content on the clipboard ([note](#Instant-paste-delay))

0 commit comments

Comments
 (0)