gtkAcceleratorSetDefaultModMask    package:RGtk2    R Documentation

_g_t_k_A_c_c_e_l_e_r_a_t_o_r_S_e_t_D_e_f_a_u_l_t_M_o_d_M_a_s_k

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

     Sets the modifiers that will be considered significant for
     keyboard accelerators. The default mod mask is 'GDK_CONTROL_MASK'
     | 'GDK_SHIFT_MASK' | 'GDK_MOD1_MASK', that is, Control, Shift, and
     Alt. Other modifiers will by default be ignored by
     'GtkAccelGroup'. You must include at least the three default
     modifiers in any value you pass to this function.

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

     gtkAcceleratorSetDefaultModMask(default.mod.mask)

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

'default.mod.mask': ['GdkModifierType']  accelerator modifier mask

_D_e_t_a_i_l_s:

     The default mod mask should be changed on application startup,
     before using any accelerator groups.

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

     Derived by RGtkGen from GTK+ documentation

