From 68043adf00157f5602e6809abf3bdc600a0dfa4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaka=20Perov=C5=A1ek?= Date: Tue, 2 Aug 2022 01:01:27 +0200 Subject: [PATCH] Added tips --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55667b5..50580c2 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,12 @@ Artilery interpolator widget for playing Hell Let Loose 3. Install PySide2 in shell `pip install pyside2` 4. Install winput in shell `pip install winput` 5. Clone / download this repository -6. Double-click `arty.pyw` \ No newline at end of file +6. Double-click `arty.pyw` + +# Tips + +* The widget stays on top of other applications - you can have it next to the elevation indicator. +* When widget is not in focus you can use mouse wheel to increment the range input. +* Using mouse wheel inside a range input spin-box when widget is not focus increments double. +* `Ctrl+H` to hide the window bar. +* `Ctrl+Q` to close the application. \ No newline at end of file