Modifier and Type | Method and Description |
---|---|
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.
|