I want to enter full screen mode in Android Studio
. Is there any Keyboard Shortcut
for doing it. What Is the Keyboard Shortcut
key for enter and exit
full screen mode in Android Studio
?
In Android Studio -> MenuBar -> View -> Enter Full Screen
Though there are other options as well which you might like such as Presentation Mode and Distraction free mode
For maximizing the editor pane Ctrl + Shift+ F12 will work on windows.
You Should also check this reference
Full screen is not mapped to any shortcuts by default. but you can define your own shortcuts. Please check this document.
Hope this will help.