List of usage examples for com.intellij.openapi.keymap KeymapManagerListener interface-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