Skip to content

Speak characters when using ctrl+a and ctrl+e to jump to the beginning and end of the current command.#9

Open
parhamdoustdar wants to merge 1 commit into
tspivey:masterfrom
parhamdoustdar:support_jumping_to_beginning_and_end_of_current_command
Open

Speak characters when using ctrl+a and ctrl+e to jump to the beginning and end of the current command.#9
parhamdoustdar wants to merge 1 commit into
tspivey:masterfrom
parhamdoustdar:support_jumping_to_beginning_and_end_of_current_command

Conversation

@parhamdoustdar
Copy link
Copy Markdown

Currently, when jumping to the beginning and end of the current command line using ctrl+a and ctrl+e, tdsr does not speak anything. This is a small patch to make that happen.

@parhamdoustdar
Copy link
Copy Markdown
Author

@tspivey Can this please be merged?

@tspivey
Copy link
Copy Markdown
Owner

tspivey commented Apr 5, 2017 via email

@parhamdoustdar
Copy link
Copy Markdown
Author

parhamdoustdar commented Apr 5, 2017 via email

@Flameborn
Copy link
Copy Markdown
Contributor

This should be possible.

  1. Trap gesture (ctrl+a and ctrl+e) and store cursor position.
  2. Pass the gesture
  3. Compare cursor positions. If moved, speak first/last character.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants