diff --git a/Hotkeys.md b/Hotkeys.md
index e21f599..4f143b6 100644
--- a/Hotkeys.md
+++ b/Hotkeys.md
@@ -1,18 +1,19 @@
-This page will cover Hotkeys available in _Fantasy Map Generator_. Please note hotkeys work only when map screen is active (click on map to activate)
+This page covers Hotkeys available in _Fantasy Map Generator_. Please note hotkeys work only when map screen is active (click on map to activate)
## Hotkeys:
General:
* F7 - generate new map
-* O - toggle options
-* Delete - remove selected element
+* Tab - toggle options pane
* Esc - close all dialogs
+* Delete - remove selected element
+* Shift - hold to continue adding elements on click (e.g. burgs and labels)
Save / load map:
-* P - save as PNG image
-* S - save as SVG image
-* M - save as MAP file
-* L - load MAP file
+* Ctrl + P - save as PNG image
+* Ctrl + S - save as SVG image
+* Ctrl + M - save as MAP file
+* Ctrl + L - load MAP file
Map scrolling and zooming:
* ↑ - scroll up
@@ -24,14 +25,36 @@ Map scrolling and zooming:
* 0 - reset zoom
* 1 - 9 - set zoom
-Adding elements:
-* Shift - hold to continue adding elements on click (e.g. burgs and labels)
+Toggle map layers:
+* X - toggle Texture layer
+* H - toggle Heightmap layer
+* B - toggle Biomes layer
+* E - toggle Cells layer
+* G - toggle Grid layer
+* O - toggle Coordinates layer
+* W - toggle Compass (Wind) Rose layer
+* V - toggle Rivers layer
+* R - toggle Relief icons layer
+* C - toggle Cultures layer
+* S - toggle States layer
+* D - toggle Borders layer
+* U - toggle Routes layer
+* T - toggle Temperature layer
+* P - toggle Population layer
+* A - toggle Precipitation layer
+* L - toggle Labels layer
+* I - toggle Icons layer
+* M - toggle Markers layer
+* = - toggle Rulers
+* - - toggle Scale bar
Heightmap editor:
* Ctrl + Z - undo an action
* Ctrl + Y - redo an action
-The result will be displayed in the Console (F12 in Chrome):
-* C - log countries data as a table
-* B - log burgs data as a table
-* ` - log cells data
\ No newline at end of file
+Display data in console (F12 to open console):
+* Shift + ` - log cells data
+* Shift + B - log burgs data
+* Shift + S - log states data
+* Shift + C - log cultures data
+* Shift + F - log features data
\ No newline at end of file