Sam
Sam

Reputation: 1908

Disable shortcut in Android Studio

I always accidentally do the following keyboard combination SHIFT + ALT + X which will close all of my open files in Android Studio.

UPDATED

My apology, I should have been more clearer asking question. The first thing I did is to google it and I did saw the post in stackoverflow but I can't find SHIFT + ALT + X

See screen shot here: Screenshot of my keymap

Upvotes: 0

Views: 1866

Answers (2)

Vikas Gupta
Vikas Gupta

Reputation: 1231

Move to File -> Settings -> Keymap and change Keymaps settings to your keymap,for Example : Visual Studio,so that you can use the short cut keys like in Visual Studio.

enter image description here

From here,you can enable or disable any shortcut, you want.

Type in Search, Clear Context.

Then on it Right Click, and you will get your choice.

Upvotes: 1

misman
misman

Reputation: 1385

Go to File -> Settings -> Keymap search for Clear Context and remove or replace the shortcut

clear context image

Upvotes: 3

Related Questions