'When I tried to selection with SHIFT + arrow at keyboard in Android studio on Pro M1 MAX it works like ALT key
I have a new Macbook Pro M1 MAX and installed Android Studio. I tried to select substring on line in Android Studio but it does not work. When I press and hold SHIFT key on keyboard, typing pointer changed and work as like I hold ALT key.
- When I use double keys(
CMD+SHIFT,ALT+SHIFT) it works. - When I use different program (Sublime, EditText, etc.) it works.
- When I use only
SHIFT, it does not work.
Do you know why?
Solution 1:[1]
I found solution.
- removed every plugin on Android Studio and it is works.
- Add every plugin step by step and check after every plugin installation
And Baaam!
Problem is "IdeaVim" plugin.
When installed shift key works like a crazy :)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kaloglu |
