add a settings section to the README

This commit is contained in:
Markus Ast 2019-01-10 15:26:37 +01:00
parent 65d7b491e0
commit 5fc89eb71a

View File

@ -8,8 +8,15 @@ Copy the `Scripts` folder into your DCS Saved games folder.
## Usage
- Toggle scratchpad with `CTRL+Shift+X`. The shortcut can be changed in your DCS saved games folder under `Config/ScratchpadConfig.lua` (if the file does not exist, start DCS once after mod installation).
- Use `Esc` to remove the textfield focus, but keep the scratchpad open.
- Toggle the scratchpad with `CTRL+Shift+X`
- Use `Esc` to remove the textfield focus, but keep the scratchpad open
## Settings
Some settings can be changed in your DCS saved games folder under `Config/ScratchpadConfig.lua` (if the file does not exist, start DCS once after mod installation):
- `hotkey` change the hotkey used to toggle the scratchpad
- `fontSize` increase or decrease the font size of the scratchpad's textarea
## Kudos