Updated Documentation (markdown)

Alexander 2018-12-27 01:14:25 +02:00
parent be0296457f
commit 13d1bd6793

@ -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:**<br>
### URLs pattern: ###
`www.sigmanor.net`<br>
`http://sigmanor.net`<br>
**eMail pattern:**<br>
### Email pattern: ###
`mailto:sigmanor@pm.me`
## Settings