I recently changed Linux distros and I have forgotten what the keyboard shortcut is for making a run configuration in Kotlin in IntelliJ. Thank you in advance.
Asked
Active
Viewed 480 times
-1
-
Shift F10. Why don't you just look it up in the IntelliJ menu? – m0skit0 Oct 29 '17 at 01:33
-
Because it's not their until you push ctrl+shift+f10. But thank you I eventually figured it out. – Chuckinator Oct 29 '17 at 01:38
-
You can do short-ctrl-a to search for an action by name. Or double shift to search for anything by name. – matt helliwell Oct 29 '17 at 11:11
-
Yeh I saw that when I was spamming buttons, but thanks now I know. – Chuckinator Oct 29 '17 at 12:36
-
It's related to an IDE(a widely used one at that). – Chuckinator Oct 29 '17 at 19:50
1 Answers
0
Alt-Shift-F10 on Windows
Option-Shift-R on Mac OS
It may be helpful to print out the cheat sheet:
https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf

Trenton Telge
- 478
- 3
- 17