gdkKeymapGetEntriesForKeyval      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_v_a_l

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

     Obtains a list of keycode/group/level combinations that will
     generate 'keyval'. Groups and levels are two kinds of keyboard
     mode; in general, the level determines whether the top or bottom
     symbol on a key is used, and the group determines whether the left
     or right symbol is used. On US keyboards, the shift key changes
     the keyboard level, and there are no groups. A group switch key
     might convert a keyboard between Hebrew to English modes, for
     example. 'GdkEventKey' contains a 'group' field that indicates the
     active keyboard group. The level is computed from the modifier
     mask.

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

     gdkKeymapGetEntriesForKeyval(object, keyval)

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

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

'keyval': [numeric]  a keyval, such as 'GDK_a', 'GDK_Up', 'GDK_Return',
          etc.

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if keys were found and returned

  'keys': ['GdkKeymapKey']  return location for a list of
          'GdkKeymapKey'

'n.keys': [integer]  return location for number of elements in returned
          list

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

     Derived by RGtkGen from GTK+ documentation

