mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add Mac keyboard layout customization (PY-28859)
This commit is contained in:
@@ -3,6 +3,7 @@ package com.jetbrains.python;
|
||||
|
||||
import com.intellij.ide.customize.*;
|
||||
import com.intellij.openapi.util.Pair;
|
||||
import com.intellij.openapi.util.SystemInfo;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.util.List;
|
||||
@@ -21,6 +22,10 @@ public class PyCharmCustomizeIDEWizardStepsProvider implements CustomizeIDEWizar
|
||||
}
|
||||
};
|
||||
|
||||
if (SystemInfo.isMac) {
|
||||
steps.add(new CustomizeMacKeyboardLayoutStep());
|
||||
}
|
||||
|
||||
steps.add(new CustomizeUIThemeStepPanel());
|
||||
|
||||
if (CustomizeLauncherScriptStep.isAvailable()) {
|
||||
|
||||
Reference in New Issue
Block a user