How to access mnemonics in Intellij 2017+ on Mac?
问题 There is some evidence in the Intellij codebase they support ALT (/Meta)+ CTL - (mnemonic) in Mac. E.g: in platform/platform-api/src/com/intellij/openapi/MnemonicWrapper.java if (SystemInfo.isMac && Registry.is("ide.mac.alt.mnemonic.without.ctrl")) { And the corresponding resource value in ./platform/util/resources/misc/registry.properties is set to true : ide.mac.alt.mnemonic.without.ctrl=true However pressing those two modifier keys together with .. say .. F (for File in the main menu) does