From f7977f08562c0ba291e0d6fdbd17cb10117dde17 Mon Sep 17 00:00:00 2001 From: Fire Chicken Date: Sun, 12 Jul 2026 15:38:52 -0600 Subject: [PATCH 1/2] Document go left and right commands --- docs/Basic Usage/basic_usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Basic Usage/basic_usage.md b/docs/Basic Usage/basic_usage.md index 5ead34eb..7512ade9 100644 --- a/docs/Basic Usage/basic_usage.md +++ b/docs/Basic Usage/basic_usage.md @@ -114,6 +114,8 @@ Dictation mode provides some convenience commands for editing and navigating tex | `go down (line or lines)` | move the cursor down the specified number of lines | | `go left (word or words)` | move the cursor left the specified number of words | | `go right (word or words)` | move the cursor right the specified number of words | +| `go left (character or characters)` | move the cursor left the specified number of characters | +| `go right (character or characters)` | move the cursor right the specified number of characters | | `select left (word or words)` | select the specified number of words to the left | | `select right (word or words)` | select the specified number of words to the right | | `select left (character or characters)` | select the specified number of characters to the left | From 9ae4b0fd4a4125bed6e4b8997bb4d6ff52648e26 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 21:39:36 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/Basic Usage/basic_usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Basic Usage/basic_usage.md b/docs/Basic Usage/basic_usage.md index 7512ade9..cfb2b463 100644 --- a/docs/Basic Usage/basic_usage.md +++ b/docs/Basic Usage/basic_usage.md @@ -114,8 +114,8 @@ Dictation mode provides some convenience commands for editing and navigating tex | `go down (line or lines)` | move the cursor down the specified number of lines | | `go left (word or words)` | move the cursor left the specified number of words | | `go right (word or words)` | move the cursor right the specified number of words | -| `go left (character or characters)` | move the cursor left the specified number of characters | -| `go right (character or characters)` | move the cursor right the specified number of characters | +| `go left (character or characters)` | move the cursor left the specified number of characters | +| `go right (character or characters)` | move the cursor right the specified number of characters | | `select left (word or words)` | select the specified number of words to the left | | `select right (word or words)` | select the specified number of words to the right | | `select left (character or characters)` | select the specified number of characters to the left |