mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-30 04:39:56 +00:00
Change the tip: hide the hint for a specific key
parent
2c18b8e09c
commit
ad8a2cc313
1 changed files with 2 additions and 3 deletions
|
@ -352,17 +352,16 @@ Here are the different classes:
|
|||
|
||||
# Tips
|
||||
|
||||
* To hide a hint for a specific key, add the code `{ "type": "placeholder" }` to the first position when editing popup labels. The hint will not appear regardless of Heliboard settings
|
||||
* To hide the hint for a specific key, add the code `{ "labelFlags": 1073741824 }` to the key. The hint will not appear regardless of Heliboard settings
|
||||
|
||||
<details>
|
||||
<summary><b><i>Click to see example to hide key hint</i></b></summary>
|
||||
<br>
|
||||
|
||||
```json
|
||||
{ "label": "a", "width": 0.1, "type": "normal", "popup": { "relevant":
|
||||
{ "label": "a", "width": 0.1, "type": "normal", "labelFlags": 1073741824, "popup": { "relevant":
|
||||
[
|
||||
// The comma will not be displayed on the key
|
||||
{ "type": "placeholder" },
|
||||
{ "label": "," },
|
||||
{ "label": "?" },
|
||||
{ "label": "!" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue