launchshortcut.java

来自「Python Development Environment (Python I」· Java 代码 · 共 17 行

JAVA
17
字号
/*
 * Author: atotic
 * Created: Aug 26, 2003
 * License: Common Public License v1.0
 */
package org.python.pydev.debug.ui.launching;

import org.python.pydev.debug.core.Constants;


public class LaunchShortcut extends AbstractLaunchShortcut {

    protected String getLaunchConfigurationType() {
        return Constants.ID_PYTHON_REGULAR_LAUNCH_CONFIGURATION_TYPE;
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?