
gnu.x11.keysym.Currency 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;
/**
* Currency-specific keyboard symbols. Imported from
* XK_CURRENCY
section of
* /usr/include/X11/keysymdef.h
.
*/
public class Currency {
public static final int ECU = 0x20a0;
public static final int COLON = 0x20a1;
public static final int CRUZEIRO = 0x20a2;
public static final int FFRANC = 0x20a3;
public static final int LIRA = 0x20a4;
public static final int MILL = 0x20a5;
public static final int NAIRA = 0x20a6;
public static final int PESETA = 0x20a7;
public static final int RUPEE = 0x20a8;
public static final int WON = 0x20a9;
public static final int NEW_SHEQEL = 0x20aa;
public static final int DONG = 0x20ab;
public static final int EURO = 0x20ac;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy