From 57badb89c9216173baaa4f1b9bca8bdea24b0638 Mon Sep 17 00:00:00 2001 From: OriAsis834 <42800835+OriAsis834@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:20:36 +0300 Subject: [PATCH] Created 2.2 Map navigation (markdown) --- 2.2-Map-navigation.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 2.2-Map-navigation.md diff --git a/2.2-Map-navigation.md b/2.2-Map-navigation.md new file mode 100644 index 0000000..1b93bcb --- /dev/null +++ b/2.2-Map-navigation.md @@ -0,0 +1,23 @@ +## Zooming + +There are several way to zoom: + +Using the mouse by Double click, + +Using the keyboard by Pressing + (plus) and - (minus), or press numbers (from 0-9, The higher the number, the higher its zoom level). + +
+Show Image +![image](https://github.com/user-attachments/assets/569fee0c-24b2-4dd5-96d1-83524c929cb1) +
+ +There is also support for touch screen and mouse pad. + +## Moving on the map + +By dragging the mouse, or by the navigation keys (right, left, up and down). + +
+Show Image +![image](https://github.com/user-attachments/assets/8fb29957-6b8f-417c-b151-ac6618aa0315) +
\ No newline at end of file