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

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

Introduction

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

Prototype

public static ShortcutSet getPaste() 

Source Link

Usage

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

License:Apache License

public static ShortcutSet getPaste() {
    return CommonShortcuts.getPaste();
}