Self-summarizing Android studio shortcut keys Daquan
File (Files)
Alt+insert New
Ctrl+alt+s settings
CTRL+ALT+SHIFT Project Structure
Edit (editing)
CTRL + Z Cancel this step
Ctrl+shift+z this step again.
Ctrl+x Cut
CTRL + C copy
Ctrl+shift+c Copying file paths
Ctrl+alt+shift+c Copying references
Ctrl + V Paste
Ctrl+shift+v Select paste from the history record
Delete Deletes the previous character
Ctrl+delete Delete a character after
Shift+delete Delete a row
Alt+delete safely delete a field or method
Ctrl+d Copy the same content to the next line
Ctrl+f searching within the current file
Ctrl+r Replace within the current file
F3 within the same file, search for the next identical string
Shift+f3 within the same file, searching for the same string
Ctrl+shift+f search in the selected files directory
Ctrl+shift+r Replace in selected file directory
ALT+F7 Search Usage
CTRL + A Select all
Ctrl+w full-fetch words
Ctrl+shift+w to cancel a word
TAB Insert tab
Shift+tab Remove Tab
Ctrl+shift+u Toggle Case
View (views)
Alt+0 Opening a message view
Alt+1 Open Project View
Alt+4 Open Run View
Alt+5 Open Debug View
Alt+6 Android Environment
ALT+7 file Structure
ALT+8 Inheritance Structure
Ctrl+q Open Document View
ALT+Q Environment Information View
Ctrl+e Recent file views
Ctrl+shift+e recently changed view of files
Alt+shift+c Recent changes to the current file
Alt+n Enter display mode (custom)
Alt+m into full screen mode (custom)
--To be continued
From the summary of Android Studio shortcut keys Daquan