You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ There are 2 types of quick clip tables:
81
81
### Hotkeys
82
82
83
83
-**Win + Shift + L**: Turns on/off the logging of the clipboard and the other hotkeys of this script (a tooltip shows wether the functionallities are turned on or off). When turning it back on, anything on the clipboard is deleted, and if there was a selected clip in the history before turning the script off, the clipboard resets to that clip (the previous position in the history is also being retained)
84
+
-**Win + H**: Shows a helping tooltip about all of the availbale hotkeys
hotkeyHelpData["0_General"].Push(["Win + Shift + L", "Turns on/off the logging of the clipboard and the other hotkeys of this script"])
109
+
hotkeyHelpData["0_General"].Push(["Win + H", "Shows a helping tooltip about all of the availbale hotkeys"])
110
+
111
+
hotkeyHelpData["1_StandardClip"].Push(["Win + (LeftArrow / LeftClick / MouseForward / ScrollDown)", "Go one position back in the history"])
112
+
hotkeyHelpData["1_StandardClip"].Push(["Win + (RightArrow / RightClick / MouseBackward / ScrollUp)", "Go one position forward in the history"])
113
+
hotkeyHelpData["1_StandardClip"].Push(["Win + (UpArrow / DownArrow / MiddleMouseButton)", "Only show the preview of the current clip"])
114
+
hotkeyHelpData["1_StandardClip"].Push(["Win + <Any number>", "Go to the clip with the number pressed"])
115
+
hotkeyHelpData["1_StandardClip"].Push("")
116
+
hotkeyHelpData["1_StandardClip"].Push(["Win + Alt + <Any number>", "Instantly paste the clip from the history without changing the content on the clipboard"])
117
+
hotkeyHelpData["1_StandardClip"].Push("")
118
+
hotkeyHelpData["1_StandardClip"].Push(["Win + Shift + Enter", "A small window pops up, where you can enter some text you wish to save to the history"])
119
+
hotkeyHelpData["1_StandardClip"].Push(["Win + Shift + <Any number>", "Add the quickClip indexed with the pressed number (if it exists) to the history and put it on the clipboard"])
120
+
hotkeyHelpData["1_StandardClip"].Push("")
121
+
hotkeyHelpData["1_StandardClip"].Push(["Win + Shift + Alt + (LeftArrow / LeftClick / MouseForward)", "Delete the older neighbour of the currently selected clip (if it exists)"])
122
+
hotkeyHelpData["1_StandardClip"].Push(["Win + Shift + Alt + (RightArrow / RightClick / MouseBackward)", "Delete the younger neighbour of the currently selected clip (if it exists)"])
123
+
hotkeyHelpData["1_StandardClip"].Push(["Win + Shift + Alt + (DownArrow / UpArrow / MiddleMouseButton)", "Delete the currently selected clip (if there is one selected)"])
124
+
hotkeyHelpData["1_StandardClip"].Push(["Win + Shift + Alt + <Any number>", "Delete the clip with the same index as the number which is being pressed (if it exists)"])
125
+
126
+
hotkeyHelpData["2_QuickClip"].Push(["Shift + Alt + <Any number>", "Change to the associated quick clip table"])
127
+
hotkeyHelpData["2_QuickClip"].Push(["Shift + Alt + Tab", "Step through the named quick clip tables"])
128
+
hotkeyHelpData["2_QuickClip"].Push("")
129
+
hotkeyHelpData["2_QuickClip"].Push(["Win + Shift + Ctrl + <Any number>", "Save the current clipboard data to the quick clip at the position of the number you pressed"])
130
+
hotkeyHelpData["2_QuickClip"].Push(["Win + Shift + Ctrl + Enter", "A small window pops up, where you can enter some text you wish to save to one of the quickClip slots"])
131
+
hotkeyHelpData["2_QuickClip"].Push(["Win + Shift + Ctrl + Alt + <Any number>", "Delete the clipboard data to the the quick clip at the position of the number you pressed"])
132
+
hotkeyHelpData["2_QuickClip"].Push(["Win + Ctrl + <Any number>", "Open a preview of the quock clip at the position of the number you pressed"])
133
+
hotkeyHelpData["2_QuickClip"].Push(["Win + Ctrl + Alt + <Any number>", "Instant paste the quck clip at the position of the number you pressed"])
0 commit comments