gdkKeymapGetEntriesForKeycode     package:RGtk2     R Documentation

_g_d_k_K_e_y_m_a_p_G_e_t_E_n_t_r_i_e_s_F_o_r_K_e_y_c_o_d_e

_D_e_s_c_r_i_p_t_i_o_n:

     Returns the keyvals bound to 'hardware.keycode'. The Nth
     'GdkKeymapKey' in 'keys' is bound to the Nth keyval in 'keyvals'.
     When a keycode is pressed by the user, the keyval from this list
     of entries is selected by considering the effective keyboard group
     and level. See 'gdkKeymapTranslateKeyboardState'.

_U_s_a_g_e:

     gdkKeymapGetEntriesForKeycode(object, hardware.keycode)

_A_r_g_u_m_e_n_t_s:

'object': ['GdkKeymap']  a 'GdkKeymap' or 'NULL' to use the default
          keymap

'hardware.keycode': [numeric]  a keycode

_V_a_l_u_e:

     A list containing the following elements: 

  retval: [logical] 'TRUE' if there were any entries

  'keys': ['GdkKeymapKey']  return location for list of 'GdkKeymapKey',
          or NULL

'keyvals': [numeric]  return location for list of keyvals, or NULL

'n.entries': [integer]  length of 'keys' and 'keyvals'

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

