Allow deleting of waypoints with the 'X' key (resolves #14)

This commit is contained in:
Manuel Vögele
2021-02-08 18:29:49 +01:00
parent 4bd1473310
commit 2b66b43c55
2 changed files with 27 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
- Right click and spacebar can now be swapped, allowing to place waypoints with right click and removing them with spacebar
- The module can now be configured use a fixed color instead of the player color for the first speed range
- On gridless maps the ruler will now change it's color to indicate the different speed ranges
- As an alternative to right click (or spacebar, if you have swapped right and spacebar behavior) waypoints can now also be deleted with the `X` key
### Bugfixes
- Disabling snap to grid with shift now works as expected