You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Making sure we do not loose data if the computer is locked or goes to sleep ;)
470
534
if( _dictInitialized ) {
471
535
[_connectionManager logMessage:[NSStringstringWithFormat:@"[DID-CONNECT] No need to re-intialize the internal text storage in order to avoid loosing existing data..."]];
472
536
}
473
537
else {
474
-
// Preparing our dictionary objects (as we need the device's buttons info)
Copy file name to clipboardExpand all lines: USAGE.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,18 @@
2
2
3
3
-[Plugin usage with a Stream Deck device](#plugin-usage-with-a-stream-deck-device)
4
4
-[Overview](#overview)
5
-
-[Step-by-step guides](#step-by-step-guides)
5
+
-[Step-by-step guide (for the Clipboard action)](#step-by-step-guide-for-the-clipboard-action)
6
6
-[Saving text](#saving-text)
7
7
-[Saving sensitive text](#saving-sensitive-text)
8
8
-[Clearing a key](#clearing-a-key)
9
+
-[Guide for the Clear All action](#guide-for-the-clear-all-action)
9
10
10
11
## Overview
11
12
12
13
The point of this plugin is to enable you to set aside some **text data** you have in your clipboard for later.
13
14
Once a key holds some text, you can paste it in most text areas by doing a quick press on the key.
14
15
15
-
## Step-by-step guides
16
+
## Step-by-step guide (for the Clipboard action)
16
17
17
18
### Saving text
18
19
@@ -33,3 +34,8 @@ Once a key holds some text, you can paste it in most text areas by doing a quick
33
34
- First, your key will contain either a regular text  or secure text 
34
35
- Do a long press on the key (**3 seconds or longer**)
35
36
- When you release the key it should be back to the empty image 
37
+
38
+
## Guide for the Clear All action
39
+
40
+
This action is very simple: you activate it, it clears all the Clipboard actions on the Stream Deck (be careful !).
0 commit comments