diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-14 13:56:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-14 13:56:05 -0400 |
commit | ce9d8f8a51760146d500545da65d5e0e915b1a55 (patch) | |
tree | 40865f1ecc01833c839be296dcadd6a1c555d7a1 /Build | |
parent | 08a072cfdf4664d99366c31461dfcbad3c3d2dfe (diff) |
Windows: Remove Alt+A keyboard shortcut, which turns out to have scope outside the menus.
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 1 |
1 files changed, 0 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
|