From 7a3c80a767e006d4e948a80d87b5a8e358b14ed9 Mon Sep 17 00:00:00 2001 From: Nicolai Henriksen Date: Sun, 23 Jul 2017 21:38:44 +0200 Subject: [PATCH] Readme paths updated * POC in place * Better hot key handling, password feature POC and tranparency form * Buttons and keyboard controls * Mark as password dialog added * Settings dialog added. Only themes are missing * Remove unused using statements * Theme added, only missing themed buttons * Theme image impl done, images still missing * Theme images and opacity slider * Screenshots added and assembly info updated * Readme updated * Screenshot paths updated to master branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a52f5cf..94605a6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Simple implementation of a clipboard manager which allows you to copy/paste multiple strings. When activated by the selected hotkey, the following dialog is displayed: -![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/develop/Screenshots/Screenshot1.png?raw=true) +![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/master/Screenshots/Screenshot1.png?raw=true) This list displays all the strings that have been copied to the clipboard. You can then re-arrange, mark as password, delete or paste any given item in the list using the given key combinations. @@ -12,12 +12,12 @@ The title bar buttons allow you to: Clear the list, open the settings dialog, or #### Settings The settings dialog allows you to control the functionality and visual representation of the clipboard manager: -![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/develop/Screenshots/Screenshot2.png?raw=true) +![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/master/Screenshots/Screenshot2.png?raw=true) #### Mark as password The "*Mark as password...*" option, available via key combination or right-clicking on the item, will allow you to indicate that the given item is a password: -![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/develop/Screenshots/Screenshot3.png?raw=true) +![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/master/Screenshots/Screenshot3.png?raw=true) Here you have the option of simply masking the password (i.e. it will display 8 asterisks instead of the actual password), or giving the password item an arbitrary logical name to help you identify which password you've copied.