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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue