Skip to content

Commit 1d8c815

Browse files
Update README.md
1 parent 78c9dbf commit 1d8c815

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,37 @@ If you want to start with a clean slate:
6666
- Only **active values** (not deactivated or marked for deletion) are included.
6767
- **Long-press** (hold for ~2 seconds) a value to copy that single part.
6868

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+
69100
### 🔃 Toggle Mode
70101
- Switch between:
71102
- **View Mode** (buttons & interactions),

0 commit comments

Comments
 (0)