NVDA

最新版本 NVDA 2016.1

NVDA 2016.1

NVDA 2016.1
NVDA(NonVisual Desktop Access)是一款免費的“屏幕閱讀器”這使盲人和視力受損的人可以使用電腦。它以電腦語音讀取屏幕上的文字。您可以通過將鼠標或鍵盤上的箭頭移動到文本的相關區域來控制所讀取的內容。如果計算機用戶擁有稱為“盲文顯示”的設備,也可以將文本轉換為盲文。 。 NVDA 為許多盲人提供了教育和就業的關鍵。它還提供了訪問社交網絡,網上購物,銀行和新聞.

NVDA 與微軟 Windows 一起工作。您可以將它下載到您的個人電腦上,也可以下載到您可以在任何電腦上使用的 USB 記憶棒。通常屏幕閱讀器很貴,使很多盲人無法負擔得起。 NVDA 是免費的。它已被下載 70,000 多次,43 種語言.



ScreenShot

軟體資訊
檔案版本 NVDA 2016.1

檔案名稱 nvda_2016.1.exe
檔案大小 17.76 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 NV Access
官網 http://www.nvaccess.org/
更新日期 2016-02-22
更新日誌

What's new in this version:

- Highlights of this release include the ability to optionally lower the volume of other sounds; improvements to braille output and braille display support; several significant fixes to Microsoft Office support; and fixes to browse mode in iTunes.

New Features:
- New braille translation tables: Polish 8 dot computer braille, Mongolian
- You can turn off the braille cursor and change its shape using the new Show cursor and Cursor shape options in the Braille Settings dialog
- NVDA can now connect to a HIMS Smart Beetle braille display via Bluetooth
- NVDA can optionally lower the volume of other sounds when installed on Windows 8 and later. This can be configured using the Audio ducking mode option in the NVDA Synthesizer dialog or by pressing NVDA+shift+d
- Support for the APH Refreshabraille in HID mode and the Baum VarioUltra and Pronto! when connected via USB
- Support for HumanWare Brailliant BI/B braille displays when the protocol is set to OpenBraille

Changes:
- Reporting of emphasis is now disabled by default
- In the Elements List dialog in Microsoft Excel, the shortcut for Formulas has been changed to alt+r so that it is different to the shortcut for the Filter field
- Updated liblouis braille translator to 2.6.5
- The word "text" is no longer reported when moving the focus or review cursor to text objects

Bug Fixes:
- In iTunes 12, browse mode now updates correctly when a new page loads in the iTunes Store
- In Internet Explorer and other MSHTML controls, moving to specific heading levels with single letter navigation now behaves as expected when the level of a heading is overridden for accessibility purposes (specifically, when aria-level overrides the level of an h tag)
- In Spotify, focus no longer frequently lands on "unknown" objects
- Focus is now restored correctly when returning to Spotify from another application
- When toggling between browse mode and focus mode, the mode is reported in braille as well as speech
- The Start buttn on the Taskbar is no longer reported as a list and/or as selected in some versions of Windows
- Messages such as "inserted" are no longer reported when composing messages in Microsoft Outlook
- When using a braille display and text is selected on the current line (e.g. when searching in a text editor for text which occurs on the same line), the braille display will be scrolled if appropriate
- NVDA no longer silently exits when closing a Windows command console with alt+f4 in Windows 10
- In the Elements List in browse mode, when you change the type of element, the Filter by field is now cleared
- In editable text in Mozilla applications, moving the mouse again reads the appropriate line, word, etc. as expected instead of the entire content
- When moving the mouse in editable text in Mozilla applications, reading no longer stops at elements such as links within the word or line being read
- In Internet Explorer, the shoprite.com website can now be read in browse mode instead of reporting as blank. (Specifically, malformed lang attributes are now handled gracefully)
- In Microsoft Word, tracked changes such as "inserted" are no longer reported when track changes markup is not displayed
- When a toggle button is focused, NVDA now reports when it is changed from pressed to not pressed
- Reporting of mouse shape changes again works as expected
- When speaking line indentation, non-breaking spaces are now treated as normal spaces. Previously, this could cause announcements such as "space space space" instead of "3 space"
- When closing a modern Microsoft input method candidate list, focus is correctly restored to either the input composition or the underlying document
- In Microsoft Office 2013 and later, when the ribbon is set to show only tabs, items in the ribbon are again reported as expected when a tab is activated
- Fixes and improvements to touch screen gesture detection and binding
- Touch screen hovers are no longer reported in input help
- NVDA no longer fails to list comments in the Elements List for Microsoft Excel if a comment is on a merged cell
- In a very rare case, NVDA no longer fails to read sheet content in Microsoft Excel with reporting of row and column headers enabled
- In Google Chrome, navigating within an Input composition when entering east Asian characters now works as expected
- When searching Apple Music in iTunes, browse mode for the search results document is now updated as expected
- In Microsoft Excel, pressing shift+f11 to create a new sheet now reports your new position instead of reporting nothing
- Fixed problems with braille display output when entering Korean characters

Changes for Developers:
- The new audioDucking.AudioDucker class allows code which outputs audio to indicate when background audio should be ducked
- nvwave.WavePlayer's constructor now has a wantDucking keyword argument which specifies whether background audio should be ducked while audio is playing
- When this is enabled (which is the default), it is essential that WavePlayer.idle be called when appropriate

Enhanced I/O for braille displays:
- Thread-safe braille display drivers can declare themselves as such using the BrailleDisplayDriver.isThreadSafe attribute. A driver must be thread-safe to benefit from the following features
- Data is written to thread-safe braille display drivers in the background, thus improving performance
- hwIo.Serial extends pyserial to call a callable when data is received instead of drivers having to poll
- hwIo.Hid provides support for braille displays communicating via USB HID
- hwPortUtils and hwIo can optionally provide detailed debug logging, including devices found and all data sent and received

There are several new properties accessible from touch screen gestures:
- MultitouchTracker objects now contain a childTrackers property which contains the MultiTouchTrackers the tracker was composed of. For example, 2 finger double tap has child trackers for two 2-finger taps. The 2-finger taps themselves have child trackers for two taps
- MultiTouchTracker objects now also contain a rawSingleTouchTracker property if the tracker was the result of one single finger doing a tap, flick or hover. The SingleTouchTracker allows access to the underlying ID assigned to the finger by the operating system and whether or not the finger is still in contact at the current time
- TouchInputGestures now have x and y properties, removing the need to access the tracker for trivial cases
- TouchInputGesturs now contain a preheldTracker property, which is a MultitouchTracker object representing the other fingers held while this action was being performed

Two new touch screen gestures can be emitted:
- Plural tap and holds (e.g. double tap and hold)
- A generalized identifier with finger count removed for holds (e.g. hold+hover for 1finger_hold+hover)

NVDA 2016.1 相關參考資料
2016.1 Milestone

2016年2月21日 — NVDA, the free and open source Screen Reader for Microsoft Windows - 2016.1 Milestone · nvaccess/nvda.

https://github.com

First NVDA screen reader update for 2016 now available

NV Access has launched the 2016.1 update of its NVDA screen reader for Microsoft Windows, adding a new option to lower the volume of external sounds, ...

https://mediaaccess.org.au

GeForce Game Ready Driver | 361.75 | Windows 10 64-bit

2016年1月27日 — 發佈日期: 2016.1.27 ; 作業系統: Windows 10 64-bit ; CUDA Toolkit: 語言: ; 語言: Chinese (Traditional) ; 檔案大小: 371.86 MB.

https://www.nvidia.com.tw

NVDA 2016.1 Now Available

2016年2月22日 — NV Access is pleased to announce the availability of NVDA 2016.1, the latest release of its award winning screen reading software.

https://www.nvaccess.org

NVDA 2016.1 released!

The popular NVDA (Non-Visual Desktop Access for Windows) Screen Reader has seen a major update today, with the release of 2016.1, the first version this year ...

https://vi.ie

NVDA 2016.1rc1 Released

2016年2月15日 — February 15, 2016 1:20 pm. NVDA 2016.1rc1 has just been released for testing. This is a release candidate, which means that unless any ...

https://www.nvaccess.org

NVDA 2016.1發佈

2016年2月22日 — NVDA 2016.1發佈 ... 2016年的第1個版本新增了降低音訊音量的功能,對於以語音操作Youtube等影音網站的使用者而言可謂一大福音,另外也增加了點字游標顯示與 ...

https://tdtb.org

nvda 中文教程

3 一些常用的螢幕導讀軟體組合鍵與安裝nvda. 4 關閉nvda 時的對話框選項. 5 改變nvda 的語音合成器. 6 從nvda 2016.1 開始的音量遮閉功能. 7 改變nvda 的語音設定與發音 ...

https://logo.gaga.tw

NVDA 部落@視障資訊

NVDA 部落. 類別. 全部類別, NVDA入門, NVDA官網消息, NVDA小技巧, NVDA物語, 人氣話題, 學習 ... NVDA 2016.1發佈, 2016-02-22. 186. 學習交流, Windows 10的輸入法, 2016- ...

https://tdtb.org

Welcome NVDA 2016.1

2016年3月9日 — Welcome NVDA 2016.1. NVDA 2016.1 has arrived. We tested it with the Acapela TTS for NVDA release 1.21 and the two work together splendidly.

http://www.acapela-nvda.com