Change the tip: hide the hint for a specific key

BlackyHawky 2025-01-26 13:38:03 +01:00
parent 2c18b8e09c
commit ad8a2cc313

@ -352,17 +352,16 @@ Here are the different classes:
# Tips # 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> <details>
<summary><b><i>Click to see example to hide key hint</i></b></summary> <summary><b><i>Click to see example to hide key hint</i></b></summary>
<br> <br>
```json ```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 // The comma will not be displayed on the key
{ "type": "placeholder" },
{ "label": "," }, { "label": "," },
{ "label": "?" }, { "label": "?" },
{ "label": "!" }, { "label": "!" },