Uses of Class
jxgrabkey.HotkeyConflictException

Uses of HotkeyConflictException in jxgrabkey
 

Methods in jxgrabkey that throw HotkeyConflictException
 void JXGrabKey.registerAwtHotkey(int id, int awtMask, int awtKey)
          Converts an AWT hotkey into a X11 hotkey and registers it.
 void JXGrabKey.registerX11Hotkey(int id, int x11Mask, int x11Keysym)
          Registers a X11 hotkey.