Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Last active November 2, 2020 07:28
Show Gist options
  • Select an option

  • Save davidbarkhuizen/cce59eef3eae8892e13a5f135257fe22 to your computer and use it in GitHub Desktop.

Select an option

Save davidbarkhuizen/cce59eef3eae8892e13a5f135257fe22 to your computer and use it in GitHub Desktop.
notes on development in Kotlin on Android Studio
NAVIGATE TO keys
class CTRL + N
declaration CTRL + B
file CTRL + SHIFT + N
line CTRL + G
last edit location CTRL + SHIFT + BACKSPACE
back ALT+SHIFT+LEFT
forward ALT+SHIFT+RIGHT

!! Android Studio on Linux Gnome (e.g. uBuntu)

The default installation has a shortcut clash, where ALT + SHIFT + BACK is mapped to both 'previous tab in multi-editor file' and 'navigate back'. Goto File > Settings > KeyMap; expand all; find actions by shortcut; disassociate from all but back. Execute the analagous process for forward.

FIND keys
ALL SHIFT,SHIFT
TOGGLE keys
tabs ALT + Left-Arrow
COMPILER keys
build CTRL + F9
build,run CTRL + F10
EDIT keys
find CTRL + F
find,replace CTRL + R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment