[nvda-addons] Re: commit/windows7magnifier: Dominic Canare: change hotkey

  • From: Noelia <nrm1977@xxxxxxxxx>
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Sun, 19 May 2013 00:26:51 +0200

Thanks. I'm going to fix my spanish translation (it's not the
official) so that people can test this version in spanish community.
I know that the addon is not necessary because options are available
runing the magnifier itself, but users can prefer to choose its
settings from NVDA gui.
Cheers. Good work.

2013/5/18, commits-noreply@xxxxxxxxxxxxx <commits-noreply@xxxxxxxxxxxxx>:
> 1 new commit in windows7magnifier:
>
> https://bitbucket.org/nvdaaddonteam/windows7magnifier/commits/d83390435d83/
> Changeset:   d83390435d83
> Branch:      master
> User:        Dominic Canare
> Date:        2013-05-18 20:32:19
> Summary:     change hotkey
>
> Affected #:  1 file
>
> diff --git a/addon/globalPlugins/Windows7Magnifier/__init__.py
> b/addon/globalPlugins/Windows7Magnifier/__init__.py
> index 9eb2b08..47c30d4 100644
> --- a/addon/globalPlugins/Windows7Magnifier/__init__.py
> +++ b/addon/globalPlugins/Windows7Magnifier/__init__.py
> @@ -9,7 +9,7 @@
>  # To access, select "Preferences", "Magnifier Options" from the NVDA GUI
>  #
>  # Shortcuts:
> -#    NVDA+SHIFT+m:   Toggle the screen magnifier
> +#    NVDA+SHIFT+g:   Toggle the screen magnifier
>  #    NVDA+i:                 Toggle color inversion
>  #    NVDA+plus:              Zoom in
>  #    NVDA+minus:             Zoom out
> @@ -586,7 +586,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
>               win32api.SetCursorPos(lastPos)
>               
>       __gestures={
> -             "kb:NVDA+shift+m": "toggleMagnifier",
> +             "kb:NVDA+shift+g": "toggleMagnifier",
>               "kb:NVDA+plus": "zoomIn",
>               "kb:NVDA+=": "zoomIn",
>               "kb:NVDA+-": "zoomOut",
>
> Repository URL: https://bitbucket.org/nvdaaddonteam/windows7magnifier/
>
> --
>
> 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.
>
>
----------------------------------------------------------------

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.

Other related posts: