gdkKeymapLookupKey           package:RGtk2           R Documentation

_g_d_k_K_e_y_m_a_p_L_o_o_k_u_p_K_e_y

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

     Looks up the keyval mapped to a keycode/group/level triplet. If no
     keyval is bound to 'key', returns 0. For normal user input, you
     want to use 'gdkKeymapTranslateKeyboardState' instead of this
     function, since the effective group/level may not be the same as
     the current keyboard state.

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

     gdkKeymapLookupKey(object, key)

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

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

   'key': ['GdkKeymapKey']  a 'GdkKeymapKey' with keycode, group, and
          level initialized

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

     [numeric]  a keyval, or 0 if none was mapped to the given 'key'

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

     Derived by RGtkGen from GTK+ documentation

