Shortcut to close a opened tab in android studio

后端 未结 5 1853
旧巷少年郎
旧巷少年郎 2021-02-06 20:40

What is the shortcut to close the opened tab in android studio?

I\'m new to the android studio. I tried with CTRL+W. It\'s not wo

相关标签:
5条回答
  • 2021-02-06 21:02

    If you right click on a tab header, the context menu shows you the current key binding next to the word Close (by default Ctrl+F4).

    0 讨论(0)
  • 2021-02-06 21:09

    You can try pressing CTRL+F4 in order to close opened tabs in Android Studio

    0 讨论(0)
  • 2021-02-06 21:11

    Follow the steps mentioned in other comments (type CTRL + ALT + S to get into settings and in the keymap dialog search for Close) and what you actually need to change is [editor tabs] / [close]

    (android studio 3.6.1)

    0 讨论(0)
  • 2021-02-06 21:14

    As mentioned above, type CTRL + ALT + S to get into settings and in the keymap dialog search for Close, but the thing you want to reassign is

    Close Active Editor

    0 讨论(0)
  • 2021-02-06 21:16

    For Mac it is not set by default. Here is how I did it.
    Android Studio 4.1 > Preferences > Keymap search for Close Active Editor right click > Add Keyboard Shortcut. Then assign anything you want. Alt+W is a good one.

    0 讨论(0)
提交回复
热议问题