Searched defs:COMPOSE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h128 #define COMPOSE1 2 /* Got COMPOSE */
129 #define COMPOSE2 3 /* Got COMPOSE plus first key */
320 unsigned char first; /* first ASCII char after COMPOSE key */
321 unsigned char second; /* second ASCII char after COMPOSE key */
380 #define COMPOSE 0x309 /* This key is the Compose key. */ macro

Completed in 60 milliseconds