From 5bc620c356ae05f3be2ffff730b4bfd828a294dd Mon Sep 17 00:00:00 2001 From: dderaedt Date: Fri, 19 Jul 2013 10:15:56 +0200 Subject: [PATCH] Added new key bindings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a65cc85..11d45c7 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Usage ===== Open a project in Brackets, place your cursor before, or on the line of a function definition, and select ```Annotate``` form the ```Edit``` menu. -Alternatively, use the keyboard shortcut `CTRL`+`Shift`+`D` on Windows, or `⌘`+`Shift`+`D` on Mac. +Alternatively, use the keyboard shortcut `CTRL`+`Alt`+`A` on Windows, or `⌘`+`Alt`+`A` on Mac. This will create a JSDoc like annotation according to the function signature. It will add ```@private``` if the function starts with an underscore. It will create a ```@param``` for each parameter.