From 0495f1ef71e46483c19208cc1cf6c771ba1aa6d5 Mon Sep 17 00:00:00 2001
From: Ricardo Cervera
The following topics describe how to perform some basic development tasks with Android Studio.
+Note: This section lists Android Studio keyboard shortcuts +for the default keymap. To change the default keymap on Windows and Linux, go to +File > Settings > Keymap. To change +the default keymap on Mac OS X, go to Android Studio > +Preferences > Keymap.
+All the capabilities of the Android @@ -75,10 +81,11 @@ for updates.
You can quickly add new code and resource files by clicking the appropriate directory in the -Project 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.
+Project 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. -For example, if you select a layout directory, press CTRL + N, and select +
For example, if you select a layout directory, press ALT + INSERT on Windows, and select Layout resource file, 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.