diff --git a/docs/Basic Usage/basic_usage.md b/docs/Basic Usage/basic_usage.md index 5ead34eb..cfb2b463 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 |