Example usage for com.intellij.openapi.actionSystem CommonShortcuts getInsertKeystroke

List of usage examples for com.intellij.openapi.actionSystem CommonShortcuts getInsertKeystroke

Introduction

In this page you can find the example usage for com.intellij.openapi.actionSystem CommonShortcuts getInsertKeystroke.

Prototype

public static KeyStroke getInsertKeystroke() 

Source Link

Usage

From source file:com.vladsch.MissingInActions.util.CommonUIShortcuts.java

License:Apache License

public static KeyStroke getInsertKeystroke() {
    return CommonShortcuts.getInsertKeystroke();
}