diff options
-rw-r--r-- | Build/NullSoftInstaller.hs | 1 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/bugs/Git_annex_for_Windows_keyboard_shortcut.mdwn | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 22d3caf36..913472a4e 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -123,7 +123,6 @@ makeInstaller gitannex license extrabins launchers = nsis $ do , StartOptions "SW_SHOWNORMAL"
, IconFile "$INSTDIR/cmd/git-annex.exe"
, IconIndex 2
- , KeyboardShortcut "ALT|CONTROL|a"
, Description "git-annex webapp"
]
createShortcut autoStartItem
diff --git a/debian/changelog b/debian/changelog index 09d609c14..df71f1502 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ git-annex (5.20141126) UNRELEASED; urgency=medium including git revert, git mv, git checkout ... * Work around behavior change in lsof 4.88's -F output format. * Debian package is now maintained by Gergely Nagy. + * Windows: Remove Alt+A keyboard shortcut, which turns out to have scope + outside the menus. -- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2014 15:31:55 -0400 diff --git a/doc/bugs/Git_annex_for_Windows_keyboard_shortcut.mdwn b/doc/bugs/Git_annex_for_Windows_keyboard_shortcut.mdwn index bdf82203d..4d48078a2 100644 --- a/doc/bugs/Git_annex_for_Windows_keyboard_shortcut.mdwn +++ b/doc/bugs/Git_annex_for_Windows_keyboard_shortcut.mdwn @@ -17,3 +17,6 @@ The newest version, Windows 8. # End of transcript or log. """]] + +> Seems I misunderstood, I thought that would only apply in the start menu. +> Removed the shortcut. [[done]] --[[Joey]] |