Example usage for com.intellij.openapi.keymap KeymapManagerListener interface-usage

List of usage examples for com.intellij.openapi.keymap KeymapManagerListener interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.keymap KeymapManagerListener interface-usage.

Usage

From source file com.intellij.ui.switcher.QuickAccessSettings.java

public class QuickAccessSettings implements ApplicationComponent, KeymapManagerListener, Disposable {
    private final Set<Integer> myModifierVks = new HashSet<Integer>();
    private Keymap myKeymap;
    @NonNls
    public static final String SWITCH_UP = "SwitchUp";
    @NonNls