Skip to content

Commit abbeb4e

Browse files
CONTENT: update README.md
1 parent ea8c2b6 commit abbeb4e

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ The screenshot will also be copied to the clipboard as usual.
6262
#### Show screenshot in window
6363

6464
Press w during the screenshot process to toggle window preview on/off.
65-
When enabled, the screenshot will be displayed in a preview window after capture.
65+
When enabled, the screenshot will be displayed in a dark-themed preview window after capture.
6666
Press ESC or click the X button to close the preview window.
6767
The screenshot will also be copied to the clipboard as usual.
68+
The window position and size are saved automatically.
6869

6970
#### Capture active window
7071

@@ -94,8 +95,15 @@ The screenshot URL will be copied to the clipboard after upload.
9495
**Built-in FTP upload:**
9596
Set `UseInBuildFTP=1` in settings.ini and configure your FTP server details.
9697
A tooltip will show upload progress and the final URL.
98+
Press 'o' in the tooltip to open the URL in your browser, or press Escape to dismiss.
9799
See settings_example.ini for configuration options.
98100

101+
**Tooltip duration** (in settings.ini):
102+
```ini
103+
[General]
104+
ActionTooltipDuration=5000
105+
```
106+
99107
**ShareX upload:**
100108
Set `UseInBuildFTP=0` (default) to use ShareX for uploading.
101109
Note that you need to have ShareX installed and configured for this to work.
@@ -107,10 +115,22 @@ It will also be copied to the clipboard as usual.
107115
Note that you need to have sharex installed and configured for this to work.
108116
Currently te path is fixed to `C:\Program Files\ShareX\ShareX.exe`
109117

110-
#### ocr
118+
#### OCR (Optical Character Recognition)
119+
120+
Press o during the screenshot process to run OCR on the screenshot.
121+
The text will be copied to the clipboard (not the image).
122+
123+
**OCR modes:**
124+
- **OCR only**: Text is copied to clipboard. Press 'o' in the tooltip to open in your default text editor.
125+
- **OCR + Save (o + f)**: Text is saved as a `.txt` file and copied to clipboard.
126+
- **OCR + Upload (o + u)**: Text is saved as `.txt`, uploaded to FTP, and URL is copied to clipboard.
127+
- **OCR + Window (o + w)**: Text is displayed in a dark-themed preview window.
111128

112-
Press o during the screenshot process to run ocr on the screenshot.
113-
The text will be copied to the clipboard and not the image.
129+
**Text Preview Window settings** (in settings.ini):
130+
```ini
131+
[TextPreviewWindow]
132+
FontSize=14
133+
```
114134

115135
## Licence
116136

0 commit comments

Comments
 (0)