Skip to content

Commit

Permalink
Merge pull request #20 from nvdajp/ti37012
Browse files Browse the repository at this point in the history
ti37012 ネットラジオレコーダーの点字ディスプレイ対応
  • Loading branch information
nishimotz committed Apr 5, 2017
2 parents 0e660d2 + 69e93a9 commit c8ea2d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/appModules/netradiorecorder4.py
@@ -1,10 +1,10 @@
# netradiorecorder4.py
# A part of NonVisual Desktop Access (NVDA)
# 2015-05-10 Takuya Nishimoto
# 2017-04-04 Takuya Nishimoto

import appModuleHandler
import api
import speech
import ui
import controlTypes
from NVDAObjects.IAccessible import IAccessible

Expand All @@ -19,7 +19,7 @@ class EnhancedForm(IAccessible):
def script_reportItem(self, gesture):
gesture.send()
focusObject=api.getFocusObject()
speech.speakObject(focusObject, reason=controlTypes.REASON_QUERY)
ui.message(focusObject.value)

__gestures = {
"kb:downArrow": "reportItem",
Expand Down

0 comments on commit c8ea2d9

Please sign in to comment.