Possible-key-values.md—Note syntax change for slider (#958)
Some checks are pending
Check layouts / check_layout.output (push) Waiting to run
Check layouts / Generated files (push) Waiting to run
Check translations / check-translations (push) Waiting to run
Make Apk CI / Build-Apk (push) Waiting to run

The non-backward-compatible change to the XML should be mentioned as users must revise their layouts.
This commit is contained in:
Spike 2025-03-27 17:50:34 -04:00 committed by GitHub
parent 6c40e0604a
commit 3971f6243c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,8 @@ Value | Meaning
`delete_word` | Delete the word to the left of the cursor. `delete_word` | Delete the word to the left of the cursor.
`forward_delete_word` | Delete the word to the right of the cursor. `forward_delete_word` | Delete the word to the right of the cursor.
The values with `cursor_` are new in v1.31.0. Previous custom layouts specified the slider with `slider="true"`, which should be removed.
## Whitespace ## Whitespace
Value | Meaning Value | Meaning
:------ | :------ :------ | :------