Searched refs:keysym (Results 1 – 3 of 3) sorted by relevance
157 unsigned short *keymap, keysym; in kbd_ascebc() local167 keysym = keymap[j]; in kbd_ascebc()168 if (KTYP(keysym) == (KT_LATIN | 0xf0) || in kbd_ascebc()169 KTYP(keysym) == (KT_LETTER | 0xf0)) in kbd_ascebc()170 ascebc[KVAL(keysym)] = k; in kbd_ascebc()171 else if (KTYP(keysym) == (KT_DEAD | 0xf0)) in kbd_ascebc()172 ascebc[ret_diacr[KVAL(keysym)]] = k; in kbd_ascebc()184 unsigned short *keymap, keysym;193 keysym = keymap[j];195 if (KTYP(keysym) == (KT_LATIN | 0xf0) ||[all …]
16 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.18 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a20 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a21 non-unicode character. value is the keysym.48 params.value = keysym;51 apply keysym;
2108 speakup_key(struct vc_data *vc, int shift_state, int keycode, u_short keysym, in speakup_key() argument2114 u_char type = KTYP(keysym), value = KVAL(keysym), new_key = 0; in speakup_key()