update README

This commit is contained in:
Markus Ast 2019-01-10 15:23:26 +01:00
parent 4b07fe6c1f
commit 65d7b491e0

View File

@ -1,6 +1,6 @@
# DCS Scratchpad # DCS Scratchpad
Resizable and movable DCS World ingame Scratchpad for quick notes - especially useful in VR. Resizable and movable DCS World ingame Scratchpad for quick persistant notes - especially useful in VR.
## Installation ## Installation
@ -9,4 +9,8 @@ Copy the `Scripts` folder into your DCS Saved games folder.
## Usage ## 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). - 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. - Use `Esc` to remove the textfield focus, but keep the scratchpad open.
## Kudos
- to [DCS-SimpleRadioStandalone](https://github.com/ciribob/DCS-SimpleRadioStandalone) which acted as a good reference of how to setup a simple window in DCS