Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)

like image 875
zdarsky.peter Avatar asked Nov 12 '13 19:11

zdarsky.peter


People also ask

Does Android studio have key mapping?

You can choose from a number of preset keymaps or modify a preset keymap to create a new custom keymap in the keymap settings for Android Studio. To open the keymap settings, choose File > Settings (on Mac, Android Studio > Preferences) and navigate to the Keymap pane.

What is key mapping?

keymapping (plural keymappings) (computing) A mapping of keys on a keyboard to commands; a key binding.


1 Answers

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

like image 119
zdarsky.peter Avatar answered Oct 19 '22 04:10

zdarsky.peter