From ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 11 Jan 2025 16:30:36 +0100 Subject: Remove the 'slider="true"' attribute Whether a key behaves as a slider is now purely defined by the key values present on it. --- doc/Possible-key-values.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Possible-key-values.md') diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index 5563078..d66e86d 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -66,8 +66,8 @@ Value | Meaning These keys perform editing on the text without sending keys that the app can interpret differently or ignore. Value | Meaning :----------------- | :------ -`cursor_left` | Moves the cursor position to the left directly, without sending a `left` key event. -`cursor_right` | Moves the cursor position to the right directly, without sending a `right` key event. +`cursor_left` | Moves the cursor to the left with the slider gesture. +`cursor_right` | Moves the cursor to the right with the slider gesture. ## Other modifiers and diacritics Value | Meaning -- cgit v1.2.3