diff --git a/Documentation.md b/Documentation.md index e8ae059..e523344 100644 --- a/Documentation.md +++ b/Documentation.md @@ -43,6 +43,7 @@ All setting are stored in `CryptoNotepad.settings` file. It's created after firs | Auto check updates on startup | Enable/disable automatic check for updates at startup | | Close to tray | Hide app to system tray on app closing | | Single instance | Allow only a single instance of app to be running | +| Open all files except *.cnp like unencrypted | Allow to open all files except *.cnp without message "Try to decrypt file?" | | Clear clipboard on app exit | Allow to clear clipboard on app exit | @@ -141,6 +142,7 @@ All setting are stored in `CryptoNotepad.settings` file. It's created after firs | Alt+ Shift + S | Save & Close opened file, without closing the app | | Ctrl + Shift + O | Open file lLocation | | Ctrl + Shift + D | Delete current opened file | +| Ctrl + Shift + E | Try to derypt current opened file | ### App hotkeys ### | Shortcut | Description | @@ -190,8 +192,8 @@ All setting are stored in `CryptoNotepad.settings` file. It's created after firs ## Screenshots -![main window](https://i.imgur.com/LDCELW3.png)
-![settings window](https://i.imgur.com/0jvMVAN.png)
+![main window](https://i.imgur.com/0vkocxW.png)
+![settings window](https://i.imgur.com/gao5i8j.png)
![change password window](https://i.imgur.com/NUNB2wg.png) ![enter password window](https://i.imgur.com/vlPiiav.png)
![password generator](https://i.imgur.com/9Rjtjm1.png)