From 5fc89eb71ab3bacd7e8b735aafc287669fc66b2f Mon Sep 17 00:00:00 2001 From: Markus Ast Date: Thu, 10 Jan 2019 15:26:37 +0100 Subject: [PATCH] add a settings section to the README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e25aff1..4fb2c2c 100644 --- a/README.md +++ b/README.md @@ -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