Skip to content

Commit d5df3ee

Browse files
committed
readme update
1 parent 6f44f97 commit d5df3ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
## What's this?
1515

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.
1717

1818
**Where can it be used?**
1919

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.
2121
 
2222

2323

@@ -32,19 +32,19 @@ It will also prompt you to enter your OpenAI API key. You can get a API key from
3232

3333
## Usage
3434

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.
3636

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.
3838

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.
4040

4141
### How does it work?
4242

4343

4444

4545
## Options
4646

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.
4848

4949

5050
**Start with windows**

0 commit comments

Comments
 (0)