gnu.x11.keysym
Class APL
java.lang.Object
gnu.x11.keysym.APL
public class APL
- extends java.lang.Object
APL-specific keyboard symbols. Imported from
XK_APL
section of
/usr/include/X11/keysymdef.h
. Note that byte 3 = 0x0b.
Constructor Summary |
APL()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEFT_CARET
public static final int LEFT_CARET
- See Also:
- Constant Field Values
RIGHT_CARET
public static final int RIGHT_CARET
- See Also:
- Constant Field Values
DOWN_CARET
public static final int DOWN_CARET
- See Also:
- Constant Field Values
UP_CARET
public static final int UP_CARET
- See Also:
- Constant Field Values
OVER_BAR
public static final int OVER_BAR
- See Also:
- Constant Field Values
DOWN_TACK
public static final int DOWN_TACK
- See Also:
- Constant Field Values
UP_SHOE
public static final int UP_SHOE
- See Also:
- Constant Field Values
DOWN_STILE
public static final int DOWN_STILE
- See Also:
- Constant Field Values
UNDER_BAR
public static final int UNDER_BAR
- See Also:
- Constant Field Values
JOT
public static final int JOT
- See Also:
- Constant Field Values
QUAD
public static final int QUAD
- See Also:
- Constant Field Values
UP_TACK
public static final int UP_TACK
- See Also:
- Constant Field Values
CIRCLE
public static final int CIRCLE
- See Also:
- Constant Field Values
UP_STILE
public static final int UP_STILE
- See Also:
- Constant Field Values
DOWN_SHOE
public static final int DOWN_SHOE
- See Also:
- Constant Field Values
RIGHT_SHOE
public static final int RIGHT_SHOE
- See Also:
- Constant Field Values
LEFT_SHOE
public static final int LEFT_SHOE
- See Also:
- Constant Field Values
LEFT_TACK
public static final int LEFT_TACK
- See Also:
- Constant Field Values
RIGHT_TACK
public static final int RIGHT_TACK
- See Also:
- Constant Field Values
APL
public APL()