Windows: Remove Alt+A keyboard shortcut, which turns out to have scope outside the menus.

This commit is contained in:
Joey Hess 2014-11-14 13:56:05 -04:00
parent fe2f543528
commit 31c2ece395
3 changed files with 5 additions and 1 deletions

View file

@ -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

2
debian/changelog vendored
View file

@ -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

View file

@ -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]]