diff --git a/README.md b/README.md index 640fee2..e25aff1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 @@ -9,4 +9,8 @@ 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. \ No newline at end of file +- 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