Example usage for com.intellij.openapi.editor.actionSystem TypedActionHandlerEx interface-usage

List of usage examples for com.intellij.openapi.editor.actionSystem TypedActionHandlerEx interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.editor.actionSystem TypedActionHandlerEx interface-usage.

Usage

From source file com.maddyhome.idea.vim.VimTypedActionHandler.java

/**
 * Accepts all regular keystrokes and passes them on to the Vim key handler.
 *
 * IDE shortcut keys used by Vim commands are handled by {@link com.maddyhome.idea.vim.action.VimShortcutKeyAction}.
 */
public class VimTypedActionHandler implements TypedActionHandlerEx {