When will the keymap reference card be updated for Mac OS X 10.5+?
Answered
I'm aware that this file exists:
https://resources.jetbrains.com/storage/products/idea/docs/IntelliJIDEA_ReferenceCard.pdf
But if the recommended keymap for Mac OS X is "Mac OS X 10.5+", when will we be able to print a cheat sheet with it?
Thanks!
Please sign in to leave a comment.
You can use https://plugins.jetbrains.com/idea/plugin/7066-keymap-exporter.
I'll ping the team to update the reference.
Thanks, Serge. I'll wait for it to be updated by the team.
The plugin is currently not working for the latest IntelliJ:
the number of constructors during runtime and compile time for com.intellij.openapi.ui.DialogWrapper do not match. Expected 6 but got 8
java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for com.intellij.openapi.ui.DialogWrapper do not match. Expected 6 but got 8
at groovy.lang.MetaClassImpl.selectConstructorAndTransformArguments(MetaClassImpl.java:1381)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.selectConstructorAndTransformArguments(ScriptBytecodeAdapter.java:234)
at org.intellij.plugins.export.keymap.ExportKeymapAction$1.<init>(ExportKeymapAction.groovy)
at org.intellij.plugins.export.keymap.ExportKeymapAction.actionPerformed(ExportKeymapAction.groovy:82)
at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:199)
...
The published PDF keymap reference is already Mac OS X 10.5+.
Is there any specific shortcut that doesn't match the actual keymap?
Hello Serge,
Sorry for my late response on this matter, I think you are right. I had the idea of seeing a different keyboard shortcut from the map but couldn't find any so far now, so it seems all updated. I'll let you know if I see anything different than that.
Thank you for your response and keep up the good work.
Cheers!
The Android Studio Help -> Keymap Reference links to this page. There is a typo there that annoys me every time I have to look at it. How do I request it gets corrected?
On the MacOS keymap page (page 2), in the "Remember these Shortcuts" section, the keys for "Show intention actions and quick-fixes" are indicated as ⌘↩. But in the "Editing" section "Show intention actions and quick-fixes" indicates the keys are ⌥↩.
The latter are the correct keys and the former needs to be corrected.
Thanks, I've asked the documentation team to fix it.