diff options
| author | 2014-08-11 15:13:54 +0000 | |
|---|---|---|
| committer | 2014-08-08 20:34:05 +0000 | |
| commit | 6bb49e4ae629e3740cd3a623fcc115f895f3188c (patch) | |
| tree | 725877cf5480d770a1e55da9b4be5ac27d956502 | |
| parent | 46baa5ff7dadad76fc5503a7c2be6d22eb00da57 (diff) | |
| parent | 0495f1ef71e46483c19208cc1cf6c771ba1aa6d5 (diff) | |
Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs
| -rw-r--r-- | docs/html/sdk/installing/studio-tips.jd | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/html/sdk/installing/studio-tips.jd b/docs/html/sdk/installing/studio-tips.jd index 12d252710a28..03e29ca52d8a 100644 --- a/docs/html/sdk/installing/studio-tips.jd +++ b/docs/html/sdk/installing/studio-tips.jd @@ -52,6 +52,12 @@ Plugin User Guide</a>.</p> <p>The following topics describe how to perform some basic development tasks with Android Studio.</p> +<p class="note"><strong>Note:</strong> This section lists Android Studio keyboard shortcuts +for the default keymap. To change the default keymap on Windows and Linux, go to +<strong>File</strong> > <strong>Settings</strong> > <strong>Keymap</strong>. To change +the default keymap on Mac OS X, go to <strong>Android Studio</strong> > +<strong>Preferences</strong> > <strong>Keymap</strong>.</p> + <h3>Creating virtual devices</h3> <p>All the capabilities of the <a href="{@docRoot}tools/devices/managing-avds.html">Android @@ -75,10 +81,11 @@ for updates.</p> <h3>Creating new files</h3> <p>You can quickly add new code and resource files by clicking the appropriate directory in the -<strong>Project</strong> pane and pressing CTRL + N (CMD + N, on Mac). Based on the type of -directory selected, Android Studio offers to create the appropriate file type.</p> +<strong>Project</strong> pane and pressing ALT + INSERT on Windows and Linux or COMMAND + N on Mac. +Based on the type of directory selected, Android Studio offers to create the appropriate file +type.</p> -<p>For example, if you select a layout directory, press CTRL + N, and select +<p>For example, if you select a layout directory, press ALT + INSERT on Windows, and select <strong>Layout resource file</strong>, a dialog opens so you can name the file (you can exclude the {@code .xml} suffix) and choose a root view element. The editor then switches to the layout design editor so you can begin designing your layout.</p> |