
gnu.x11.keysym.APL Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of escher Show documentation
Show all versions of escher Show documentation
Escher is a collection of libraries for X Window System written purely in Java.
The newest version!
package gnu.x11.keysym;
/**
* APL-specific keyboard symbols. Imported from
* XK_APL
section of
* /usr/include/X11/keysymdef.h
. Note that byte 3 = 0x0b.
*/
public class APL {
public static final int LEFT_CARET = 0xba3;
public static final int RIGHT_CARET = 0xba6;
public static final int DOWN_CARET = 0xba8;
public static final int UP_CARET = 0xba9;
public static final int OVER_BAR = 0xbc0;
public static final int DOWN_TACK = 0xbc2;
public static final int UP_SHOE = 0xbc3;
public static final int DOWN_STILE = 0xbc4;
public static final int UNDER_BAR = 0xbc6;
public static final int JOT = 0xbca;
public static final int QUAD = 0xbcc;
public static final int UP_TACK = 0xbce;
public static final int CIRCLE = 0xbcf;
public static final int UP_STILE = 0xbd3;
public static final int DOWN_SHOE = 0xbd6;
public static final int RIGHT_SHOE = 0xbd8;
public static final int LEFT_SHOE = 0xbda;
public static final int LEFT_TACK = 0xbdc;
public static final int RIGHT_TACK = 0xbfc;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy