Windows: Remove Alt+A keyboard shortcut, which turns out to have scope outside the menus.
This commit is contained in:
parent
fe2f543528
commit
31c2ece395
3 changed files with 5 additions and 1 deletions
|
@ -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
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue