@@ -52,6 +52,12 @@ Plugin User Guide</a>.</p>
5252<p>The following topics describe how to perform
5353some 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> > <strong>Settings</strong> > <strong>Keymap</strong>. To change
58+ the default keymap on Mac OS X, go to <strong>Android Studio</strong> >
59+ <strong>Preferences</strong> > <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
8390the {@code .xml} suffix) and choose a root view element. The editor then switches to the layout
8491design editor so you can begin designing your layout.</p>
0 commit comments