Skip to content

Commit 1ac0820

Browse files
Ricardo CerveraAndroid Git Automerger
authored andcommitted
am 1871844: am 97dbb13: am 6bb49e4: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs
* commit '18718444b99b4b631021d5452161c7338cb99473': docs: Fixed minor issue with Studio shortcuts
2 parents d4c25db + 1871844 commit 1ac0820

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/html/sdk/installing/studio-tips.jd

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Plugin User Guide</a>.</p>
5252
<p>The following topics describe how to perform
5353
some basic development tasks with Android Studio.</p>
5454

55+
<p class="note"><strong>Note:</strong> This section lists Android Studio keyboard shortcuts
56+
for the default keymap. To change the default keymap on Windows and Linux, go to
57+
<strong>File</strong> &gt; <strong>Settings</strong> &gt; <strong>Keymap</strong>. To change
58+
the default keymap on Mac OS X, go to <strong>Android Studio</strong> &gt;
59+
<strong>Preferences</strong> &gt; <strong>Keymap</strong>.</p>
60+
5561
<h3>Creating virtual devices</h3>
5662

5763
<p>All the capabilities of the <a href="{@docRoot}tools/devices/managing-avds.html">Android
@@ -75,10 +81,11 @@ for updates.</p>
7581
<h3>Creating new files</h3>
7682

7783
<p>You can quickly add new code and resource files by clicking the appropriate directory in the
78-
<strong>Project</strong> pane and pressing CTRL + N (CMD + N, on Mac). Based on the type of
79-
directory selected, Android Studio offers to create the appropriate file type.</p>
84+
<strong>Project</strong> pane and pressing ALT + INSERT on Windows and Linux or COMMAND + N on Mac.
85+
Based on the type of directory selected, Android Studio offers to create the appropriate file
86+
type.</p>
8087

81-
<p>For example, if you select a layout directory, press CTRL + N, and select
88+
<p>For example, if you select a layout directory, press ALT + INSERT on Windows, and select
8289
<strong>Layout resource file</strong>, a dialog opens so you can name the file (you can exclude
8390
the {@code .xml} suffix) and choose a root view element. The editor then switches to the layout
8491
design editor so you can begin designing your layout.</p>

0 commit comments

Comments
 (0)