Re: Odd arrow keys and speak current character behavior with MinTTY under Windows Subsystem for Linux
Dan Miner
I’ll take a closer look at your add-on.
For my usage of “cut & paste”, I am usually only pasting into a terminal. And I do like that review mark & copy mechanism For the larger copy needs, I was just redirecting to a file and yanking it open in something like notepad. But I recently ran across a Windows CLI utility called clip.exe which can remove all of that or shorten up the steps. Works withinMSYS2, Cygwin, and WSL (must be clip.exe or aliased somehow to drop the .exe).
My wish list is a bit different, I want faster navigation tools for the terminal like there was back in the late 80s and early 90s. A DOS screen reader back then was a terminal navigation ninja. At a minimum, I need “review: go to top of screen” and “review: Find first occurrence” plus “review: Find Next” A real nice to have would be prompt tracking and using a key combo to go backward and forward along the “prompt blocks”. Then there is good vim within the terminal support… *sigh*
Dan From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Tony Malykh
Sent: Monday, December 21, 2020 9:59 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Odd arrow keys and speak current character behavior with MinTTY under Windows Subsystem for Linux
So for pasting things, I implemented a function that pastes into command prompt window even when context menu is not available. You can get it in my Tony's enhancements add-on - you'd need to enable it in the options, it is disabled by default. For copying things out of command prompt I would still try to use review cursor. Or for copying large amounts of data, like large output of some command, I have some scripts where on Linux side I save it to a shared folder, and on Windows I periodically check that shared folder and copy things to clipboard as they appear. But yeah, I wish there was a single good terminal solution, that works for NVDA. I think too few blind people work in terminals, so things are what they are. Sometimes I am thinking, someone should just implmement a simple terminal from within NVDA - something that would be accessible to begin with - in the end there is no rocket science in terminals.... --Tony On 12/20/2020 10:23 PM, Dan Miner via groups.io wrote:
|
|