Search code examples
android-studiointellij-ideakeymapping

Strange key mapping in Android Studio


I am new to Android studio, it seems to be great IDE. But I have found that it has really strange key and shortcut mapping. I am using Czech keyboard.

When I try to type ">" by pressing Right ALT + . the symbol is not appearing, and I got message box that says "Go to custom Region. There are no custom foldings regions in the current file."

It is really strange behaviour, I have problem with writing many more characters like brackets,..... I tried to set keymap profiles to Visual Studio and more. But nothing seems to work. I didn't have any of these problems in any other IDE (Netbeans, Eclipse, Visual Studio, Xamarin)


Solution

  • Add this line:

    actionSystem.force.alt.gr=true
    

    to this file:

    ...\Android\android-studio\bin\idea.properties
    

    As written here: http://youtrack.jetbrains.com/issue/IDEA-91975