From edb4ecd4d9cfeefb13a799b41f3d38a7578f0cdf Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 7 Nov 2012 13:05:48 +0100 Subject: [PATCH] Note about backtick in entwine shortcuts --- docs/en/reference/cms-architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/cms-architecture.md b/docs/en/reference/cms-architecture.md index c20fdf067..b6cdbe674 100644 --- a/docs/en/reference/cms-architecture.md +++ b/docs/en/reference/cms-architecture.md @@ -127,9 +127,9 @@ in jQuery.entwine, we're trying to reuse library code wherever possible. The most prominent example of this is the usage of [jQuery UI](http://jqueryui.com) for dialogs and buttons. -The CMS includes the jQuery.entwine inspector. Press Ctrl+` to bring down the inspector. +The CMS includes the jQuery.entwine inspector. Press Ctrl+` ("backtick") to bring down the inspector. You can then click on any element in the CMS to see which entwine methods are bound to -any particular element. +any particular element. ## JavaScript and CSS dependencies via Requirements and Ajax