Hi, Visual Studio has little known keystrokes Ctrl+DownArrow and Ctrl+Uparrow that will let you move the caret into the output portion of the PPM console window. The regular up and down arrow keys keep you on the command line and switch through command history. Unfortunately, JAWS has the say next and say prior paragraph scrips globally attached to Ctrl+DownArrow And Ctrl+UpArrow respectively. This means that these keys currently do not work out of the box. You can use Ctrl+3 to do a pass key through followed by SayLine but that's not very efficient. Do the following to add some scripts to accomplish what's needed: Switch focus to Visual Studio. Press Insert+F2 to bring up the list of JAWS managers. Select Script Manager. This should bring up Script Manager with a local copy of the VS scripts. Do A select all and delete what's there. Copy the following in it's place: use "Visual Studio 2010.jsb" script SayPriorParagraph() typekey("Ctrl+UpArrow") SayLine() EndScript Script SayNextParagraph() TypeKey("Ctrl+DownArrow") SayLine() EndScript Save/Compile with Ctrl+s. The use line tells JAWS to use the shared scripts but then add the following scripts as well. This approach will ensure that these new custom scripts are always add to what's used for VS even if they're changed in the next JAWS update. Let me know if you have problems. --Glen Glen Gordon VFO | Vice President & Chief Technology Officer 11800 31st Court North, St. Petersburg, FL 33716 T 727-299-6230 ggordon@vfo-group.com www.vfo-group.com -----Original Message----- From: Blind-sysadmins [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Chamandeep Singh Grover via Blind-sysadmins Sent: Monday, May 29, 2017 10:15 AM To: program-l <program-l@freelists.org>; blind-sysadmins@lists.hodgsonfamily.org; raspberry-vi-request@freelists.org Cc: Chamandeep Singh Grover <cmusic789@googlemail.com> Subject: [Blind-sysadmins] visual studio 2015 enterprise, reading package manager console window with Jaws v18. Hi All, I am following an online tutorial, which seems to use the package manager console quite a bit. When I go to the console, I can see my inputs, but not sure how to read the output window and confirm whether my command has been excecuted successfully? The only way I can read some of this is using the touch cursor and navigating to the text output section. But this is not efficient at all as I have to hear a lot of useless information before getting to the actual data. I don't know how much this will be required later on, but so far it is to enable migrations and to add migrations. Thanks for any help you can give. Regards, Chamandeep Singh Grover _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins