mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Documentation (markdown)
parent
be0296457f
commit
13d1bd6793
1 changed files with 35 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue