


IsCursorKey(3X11)					    IsCursorKey(3X11)
X11R5									X11R5



NAME
  IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey,
  IsPFKey - keysym classification macros

SYNTAX
  IsCursorKey(_k_e_y_s_y_m)

  IsFunctionKey(_k_e_y_s_y_m)

  IsKeypadKey(_k_e_y_s_y_m)

  IsMiscFunctionKey(_k_e_y_s_y_m)

  IsModifierKey(_k_e_y_s_y_m)

  IsPFKey(_k_e_y_s_y_m)

ARGUMENTS

  _k_e_y_s_y_m    Specifies the KeySym that is to be tested.

DESCRIPTION
  The _I_s_C_u_r_s_o_r_K_e_y macro	returns	_T_r_u_e if	the specified KeySym is	a cursor key.

  The _I_s_F_u_n_c_t_i_o_n_K_e_y macro returns _T_r_u_e if the KeySym is	a function key.

  The _I_s_K_e_y_p_a_d_K_e_y macro	returns	_T_r_u_e if	the specified KeySym is	a keypad key.

  The _I_s_M_i_s_c_F_u_n_c_t_i_o_n_K_e_y	macro returns _T_r_u_e if the specified KeySym is a	mis-
  cellaneous function key.

  The _I_s_M_o_d_i_f_e_r_K_e_y macro returns _T_r_u_e if the specified KeySym is a modifier
  key.

  The _I_s_P_F_K_e_y macro returns _T_r_u_e if the	specified KeySym is a PF key.

SEE ALSO
  AllPlanes(3X11), BlackPixelOfScreen(3X11), ImageByteOrder(3X11)
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e	delim off



















