[nvda-addons] commit/googleSpeechRecognition: norrumar: Changed gestures, as NVDA+shift+r is used for Excel. See 7.1 of NVDA's user guide.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Thu, 01 Aug 2013 04:35:06 -0000

1 new commit in googleSpeechRecognition:

https://bitbucket.org/nvdaaddonteam/googlespeechrecognition/commits/6460d2ed72ea/
Changeset:   6460d2ed72ea
Branch:      master
User:        norrumar
Date:        2013-08-01 06:34:12
Summary:     Changed gestures, as NVDA+shift+r is used for Excel. See 7.1 of 
NVDA's user guide.

Affected #:  1 file

diff --git a/addon/globalPlugins/googleSpeechRecognition/__init__.py 
b/addon/globalPlugins/googleSpeechRecognition/__init__.py
index ecf8ef3..94dbbb3 100644
--- a/addon/globalPlugins/googleSpeechRecognition/__init__.py
+++ b/addon/globalPlugins/googleSpeechRecognition/__init__.py
@@ -37,6 +37,6 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                brailleInput.handler.sendChars(self.text)
 
        __gestures = {
-               "kb:NVDA+shift+r": "record",
-               "kb:NVDA+control+shift+r": "accept",
+               "kb:NVDA+shift+g": "record",
+               "kb:NVDA+control+shift+g": "accept",
        }

Repository URL: https://bitbucket.org/nvdaaddonteam/googlespeechrecognition/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
----------------------------------------------------------------

NVDA add-ons Central: A list for discussing NVDA add-ons

To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.

To unsubscribe, send an email with the subject line of "unsubscribe" (without 
quotes) to nvda-addons-request@xxxxxxxxxxxxx.

If you have questions for list moderators, please send a message to 
nvda-addons-moderators@xxxxxxxxxxxxx.

Community addons can be found here: http://addons.nvda-project.org

Other related posts:

  • » [nvda-addons] commit/googleSpeechRecognition: norrumar: Changed gestures, as NVDA+shift+r is used for Excel. See 7.1 of NVDA's user guide. - commits-noreply