mirror of
https://github.com/asherao/dcs-scratchpad.git
synced 2025-10-29 16:56:22 +00:00
17 lines
658 B
Markdown
17 lines
658 B
Markdown
# DCS Scratchpad
|
|
|
|
Resizable and movable DCS World ingame Scratchpad for quick persistant notes - especially useful in VR.
|
|
|
|
## Installation
|
|
|
|
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.
|
|
|
|
## 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
|