File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,37 @@ If you want to start with a clean slate:
66
66
- Only ** active values** (not deactivated or marked for deletion) are included.
67
67
- ** Long-press** (hold for ~ 2 seconds) a value to copy that single part.
68
68
69
+ ## 🔧 Main Functionalities
70
+
71
+ ### 1. Label Button (Entry Name)
72
+
73
+ - ** Single Click**
74
+ Copies the associated prompt to the clipboard. Only the * active* values (those not deactivated or marked for deletion) are included.
75
+
76
+ - ** Double Click**
77
+ Toggles the deletion state for the entire entry:
78
+ - First double-click: entry is marked for deletion (e.g. red background with white text).
79
+ - Second double-click: entry is returned to normal active state.
80
+
81
+ ---
82
+
83
+ ### 2. Value Buttons (Prompt Elements)
84
+
85
+ - ** Single Click**
86
+ Toggles the state of a single prompt element:
87
+ - ** Active (State 0)** : included in copied text.
88
+ - ** Deactivated (State 1)** : visually marked, excluded from copying.
89
+
90
+ - ** Double Click**
91
+ Toggles deletion mark for a single element:
92
+ - First double-click marks as deleted (e.g. red).
93
+ - Second double-click restores to active.
94
+
95
+ - ** Long Press (≈2 seconds)**
96
+ Copies the individual value directly to the clipboard regardless of its current state.
97
+
98
+ ---
99
+
69
100
### 🔃 Toggle Mode
70
101
- Switch between:
71
102
- ** View Mode** (buttons & interactions),
You can’t perform that action at this time.
0 commit comments