commit/placeMarkers: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 27 Feb 2015 04:48:49 -0000

2 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/6f602f3f145f/
Changeset:   6f602f3f145f
Branch:      None
User:        norrumar
Date:        2015-02-27 04:45:22+00:00
Summary:     Changed key commands, thanks Chris author.

Affected #:  2 files

diff --git a/addon/globalPlugins/placeMarkers.py 
b/addon/globalPlugins/placeMarkers.py
index 2fd9f68..1a50ac9 100755
--- a/addon/globalPlugins/placeMarkers.py
+++ b/addon/globalPlugins/placeMarkers.py
@@ -571,9 +571,9 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                "kb:control+shift+NVDA+f": "specificFind",
                "kb:control+shift+NVDA+k": "saveBookmark",
                "kb:control+shift+NVDA+delete": "deleteBookmark",
-               "kb:control+shift+k": "selectNextBookmark",
+               "kb:NVDA+k": "selectNextBookmark",
                "kb:shift+NVDA+k": "selectPreviousBookmark",
-               "kb:NVDA+k": "copyCurrentBookmarksFile",
+               "kb:control+shift+k": "copyCurrentBookmarksFile",
        }
 
 class SpecificSearchDialog(SettingsDialog):

diff --git a/readme.md b/readme.md
index 67d8961..4d44ba6 100644
--- a/readme.md
+++ b/readme.md
@@ -15,9 +15,9 @@ This addon is based on SpecificSearch and Bookmark&Search, 
developed by the same
 *      control+shift+NVDA+f; opens a dialog with a edit box that shows the 
last saved search; in this dialog you can also select the previously saved 
searches from a combo box and choose an action from the next combo box. If 
there is no available files for specific search in the current document, NVDA 
will warn you that it is not found any file for specific search.
 *      control+shift+NVDA+k; Saves the current position as a bookmark
 *      control+shift+NVDA+delete; Deletes the bookmark corresponding to this 
position.
-*      control+shift+k; Moves to the next bookmark.
+*      NVDA+k; Moves to the next bookmark.
 *      shift+NVDA+k; Moves to the previous bookmark.
-*      NVDA+k; Copies to clipboard the file name, without extension, where the 
place markers data will be saved.
+*      control+shift+k; Copies to clipboard the file name, without extension, 
where the place markers data will be saved.
 
 ## Place markers Submenu (NVDA+N) ##
 
@@ -36,6 +36,7 @@ Note: The bookmark position is based on the number of 
characters; and therefore
 ## Changes for 5.0 ##
 * Added case sensitive search.
 * Removed option to open documentation from Place markers menu.
+* More intuitive key commands.
 
 ## Changes for 4.0 ##
 * Removed fragment identifiers from bookmark filenames, which can avoid issues 
in ePUBREADER Firefox add-on.


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/399266ff2153/
Changeset:   399266ff2153
Branch:      master
User:        norrumar
Date:        2015-02-27 04:47:26+00:00
Summary:     Added change comments in python file.

Affected #:  1 file

diff --git a/addon/globalPlugins/placeMarkers.py 
b/addon/globalPlugins/placeMarkers.py
index 1a50ac9..6e7d742 100755
--- a/addon/globalPlugins/placeMarkers.py
+++ b/addon/globalPlugins/placeMarkers.py
@@ -1,4 +1,6 @@
 # -*- coding: UTF-8 -*-
+# Changed key commands
+# Date: 27/02/2015
 # Removed Open documentation option from add-on menu, as suggested by Bernd 
Dorer
 # Date: 16/02/2015
 # Added case sensitive search

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

--

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: