diff --git a/Documentation.md b/Documentation.md
index d5a45e6..b781587 100644
--- a/Documentation.md
+++ b/Documentation.md
@@ -4,12 +4,45 @@ All setting are stored in `CryptoNotepad.settings`. This file will be created af
## Main window
Main interface is the similar as default windows notepad. For open/save file and other actions you can use menu, toolbar or hotkeys.
+## Hotkeys
+
+### Action with files ###
+
+| Shortcut | Description |
+| ------ | ------ |
+| Ctrl + N | Create new file |
+| Ctrl + O | Open new file |
+| Ctrl + S | Save opened file |
+| Ctrl + Shift + S | Save opened file with choose location |
+
+### App hotkeys ###
+| Shortcut | Description |
+| ------ | ------ |
+| F1 | Open the website with documentation|
+| Ctrl + Q | Exit app |
+| Ctrl + Alt + K | Open change key window |
+| Ctrl + L | Lock app|
+| Ctrl + Alt + S | Open settings window|
+| Ctrl + F | Open search panel |
+
+### Editor hotkeys ###
+| Shortcut | Description |
+| ------ | ------ |
+| Ctrl + Z | Undo changes |
+| Ctrl + Y | Redo changes |
+| Ctrl + X | Cut selected text|
+| Ctrl + C | Copy selected text|
+| Ctrl + V | Paste text from clipboard |
+| Del | Delete selected text |
+| Ctrl + A | Select all text |
+| Ctrl + Del | Clear editor content |
+
## URLs/email links
-**URLs pattern:**
+### URLs pattern: ###
`www.sigmanor.net`
`http://sigmanor.net`
-**eMail pattern:**
+### Email pattern: ###
`mailto:sigmanor@pm.me`
## Settings