Is there anyway of using similar keyboard shortcut...
# android-studio
r
Is there anyway of using similar keyboard shortcuts on android studio without having to manually edit all of them one after the other?
g
You can change the keymap which is essentially a set of different shortcuts. https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf
r
Thank you