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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@
13
13
14
14
## What's this?
15
15
16
-
A Windows tool that allows custom OpenAI prompts to be run on text in any window via global hotkeys.
16
+
This is a Windows tool that enables running custom OpenAI prompts on text in any window using global hotkeys.
17
17
18
18
**Where can it be used?**
19
19
20
-
Almost anywhere in windows where you can enter text. Any text editor, search box or command line... even the text edit box that you use to rename files.
20
+
Almost anywhere in Windows where you can enter text.
21
21
22
22
23
23
@@ -32,19 +32,19 @@ It will also prompt you to enter your OpenAI API key. You can get a API key from
32
32
33
33
## Usage
34
34
35
-
`Ctrl+Shift+j` - Run the "Fix Spelling" prompt and replaces the current line or paragraph of text with the corrected version.
35
+
`Ctrl+Shift+j` - (Quick Promt 1) - Runs the "Fix Spelling" prompt and replaces the current line or paragraph of text with the corrected version.
36
36
37
-
`Ctrl+Shift+k` - Run the "Continuation" prompt and append it to the text on the current line.
37
+
`Ctrl+Shift+k` - (Quick Prompt 2) - Run2 the "Continuation" prompt and append it to the text on the current line.
38
38
39
-
`Ctrl+Alt+Shift+k` - Open prompt menu to select the prompt to run on the selected text.
39
+
`Ctrl+Alt+Shift+k` - (Prompt Menu) - Opens the prompt menu to pick the prompt to run on the selected text.
40
40
41
41
### How does it work?
42
42
43
43
44
44
45
45
## Options
46
46
47
-
`settings.ini` contains the settings for the script. You can edit this file to change the hotkeys or to add your own prompts.
47
+
The `settings.ini`file contains the settings for the script. You can edit this file to change the prompts, the API mode and model to use, and individual model settings.
0 commit comments