In Android Studio. If you think a shortcut key is too complex, you want to change it. How to change it, first to find this shortcut, but the Android studio search shortcut key has a bug, that is, you can not according to shortcut keys to search for the corresponding function point name, this time there are two ways to find the shortcut key corresponding function name:
1, suppose you have to do keymap match. For example, match eclipse to find the keys of Eclipse. Inside can directly use the shortcut key to search the corresponding function point name, for example I search ctrl+shift+i, can directly locate, also can see function point name called Inspect.
Then enter the inspect into the shortcut search bar in Android Studio and you'll be able to search for the corresponding item.
2, another method is to enter the shortcut key to Baidu or Google. Find out the corresponding function name of the shortcut key, assuming that you use the Android studio, Google search is recommended. Because Baidu search out of the general function point name is Chinese. Your own translation may not be so accurate.
Know the shortcut key function point Name what is called, next can be changed. How do I change the shortcut keys?
Select the function point you want to change the shortcut to, right-click. You will be able to pop up the dialog box. There are 4 options in the dialog box, which explains the next 4 options:
ADD Keyboard Shortcut: Set keyboard shortcuts
ADD Mouse Shortcut: Sets the mouse shortcut key. For example, the left mouse button, the right mouse button
Add abbreviation: This is to add a shorthand
The last one is to remove the shortcut keys.
About the Change shortcut key here also need to note:
For example, I chose the first, check the dialog box, this time you want to change the shortcut key must pay attention, for example I want to change into ctrl+shift+z, this time is not a corresponding button press down, you must put ctrl,shift. Z Three are pressed together, as this side only recognizes a single input by default.
The ADD Mouse shortcut is similar.
How Android studio changes shortcut keys