commit/controlUsageAssistant: josephsl: Oops, script name has changed

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Tue, 31 Jan 2017 21:21:33 -0000

1 new commit in controlUsageAssistant:

https://bitbucket.org/nvdaaddonteam/controlusageassistant/commits/df8d499889c9/
Changeset:   df8d499889c9
Branch:      stable
User:        josephsl
Date:        2017-01-31 21:21:26+00:00
Summary:     Oops, script name has changed

Affected #:  1 file

diff --git a/addon/globalPlugins/controlUsageAssistant/__init__.py 
b/addon/globalPlugins/controlUsageAssistant/__init__.py
index 8d5c98c..c3f7023 100644
--- a/addon/globalPlugins/controlUsageAssistant/__init__.py
+++ b/addon/globalPlugins/controlUsageAssistant/__init__.py
@@ -102,7 +102,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                return msg
 
        __gestures={
-               "KB:NVDA+H":"obtainControlHelp",
+               "KB:NVDA+H":"controlHelp",
        }
 
        # Any exceptions to lookup keys goes here.

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

--

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

Other related posts:

  • » commit/controlUsageAssistant: josephsl: Oops, script name has changed - commits-noreply