Open parhamdoustdar opened 7 years ago
@tspivey Can this please be merged?
I haven't wanted to merge this because it's not guaranteed that these keys will always need to be spoken. For example, ctrl+a for me is the screen prefix key. I would find it annoying to hear a character every time I pressed it.
Ah, that’s a good point. Do you have any ideas on how this can be made portable? Maybe a better way would be to detect when the cursor is moved by the terminal. For example, this issue also exists when moving by alt+left/right arrow keys to jump to the previous/next word.
On Apr 5, 2017, at 1:31 PM, Tyler Spivey notifications@github.com wrote:
I haven't wanted to merge this because it's not guaranteed that these keys will always need to be spoken. For example, ctrl+a for me is the screen prefix key. I would find it annoying to hear a character every time I pressed it. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tspivey/tdsr/pull/9#issuecomment-291833296, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVhG_Ads6dBK4Vj9Yfzco0HNZH0m6RTks5rs3usgaJpZM4L4dWm.
This should be possible.
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.