List of usage examples for com.intellij.openapi.actionSystem CommonShortcuts getMove
public static ShortcutSet getMove()
From source file:com.vladsch.MissingInActions.util.CommonUIShortcuts.java
License:Apache License
public static ShortcutSet getMove() { return CommonShortcuts.getMove(); }