Skip to content

Commit 84e2327

Browse files
committed
Updated: README.md
1 parent 1a068d0 commit 84e2327

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,27 @@ ___For example___: if we delete index 2, the old index 3 will become the new ind
5353

5454
Here you can distinguish a few dedicated clips from the others, so they will not get buried in history
5555

56-
There are 10 quick clip slots available (0-9)
56+
### Quick Clip Tables
57+
58+
Quick clip tables are a collection of 10 dedicated quick clip slots, that can be used to store clipboard data
59+
60+
There are 2 types of quick clip tables:
61+
- **Numbered** \
62+
There are 10 numbered quick clip tables by default (0-9) \
63+
These are always available without any additional prior configuration
64+
- **Named (custom)** \
65+
In addition, there are a custom number of named quick clip tables based on the configuration file (for details, see the [Settings](#Settings)) \
66+
Regardless of the configuration, one named quick clip table is always available, called `default` \
67+
As its name suggests, the default table is selected on startup
5768

5869
### Hotkeys
5970

60-
- **Win + Shift + Ctrl + \<Any number\>**: Save the current clipboard data to the the quick clip at the position of the number you pressed
71+
- **Shift + Ctrl + \<Any number\>**: Change to the associated quick clip table
72+
- **Shift + Ctrl + Tab**: Step through the named quick clip tables (for details, see the `customQuickClipTables` key under the [Settings](#Settings))
73+
- **Win + Shift + Ctrl + \<Any number\>**: Save the current clipboard data to the quick clip at the position of the number you pressed
6174
- **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. You can select the quickClip slot by selecting a number in the dropdown list at the bottom right (0 by default). If you press the OK button, the text will be saved to the selected quickClip slot. (Note, that there is no autosave, thus the content inside the windows will only be saved if you press the OK button)
6275
- **Win + Shift + Ctrl + Alt + \<Any number\>**: Delete the clipboard data to the the quick clip at the position of the number you pressed ([note](#Microsoft's-Office-hotkey-interference))
63-
- **Win + Ctrl + \<Any number\>**: Open a preview of the quck clip at the position of the number you pressed
76+
- **Win + Ctrl + \<Any number\>**: Open a preview of the quock clip at the position of the number you pressed
6477
- **Win + Ctrl + Alt + \<Any number\>**: Instant paste the quck clip at the position of the number you pressed (without adding it to the history) ([note](#Instant-paste-delay))
6578

6679
## Additional functionallities
@@ -69,6 +82,23 @@ There are 10 quick clip slots available (0-9)
6982

7083
- **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)
7184

85+
# Settings
86+
87+
There are a few configuration options available for this script. All of these must be located in a configuration ini with the same name as the script (HeckR_ClipLog.ini)
88+
89+
As the extension suggests, the configuration file must be in `.ini` format \
90+
Every setting must be placed under the `settings` section
91+
92+
The existence of the configuration ini is semi-mandatory \
93+
While it is not necessary to configure anything for the script to be functional, the configuration file will be created on the script's startup if it does not exist
94+
95+
## Keys
96+
97+
- **customQuickClipTables** \
98+
*Description*: A list of custom quick clip table names to be available \
99+
*Format*: A comma separated string \
100+
*Default*: \<empty string\>
101+
72102
# Notes
73103

74104
## Previews

0 commit comments

Comments
 (0)