From 31c2ece395c2c4566ab0c9cf40f302bfe531507d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Nov 2014 13:56:05 -0400 Subject: [PATCH] Windows: Remove Alt+A keyboard shortcut, which turns out to have scope outside the menus. --- Build/NullSoftInstaller.hs | 1 - debian/changelog | 2 ++ doc/bugs/Git_annex_for_Windows_keyboard_shortcut.mdwn | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 22d3caf36d..913472a4ee 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 09d609c146..df71f15024 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 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 bdf82203de..4d48078a2a 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]]