gtkAcceleratorSetDefaultModMask: gtkAcceleratorSetDefaultModMask

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

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 | GDK_SUPER_MASK | GDK_HYPER_MASK | GDK_META_MASK, that is, Control, Shift, Alt, Super, Hyper and Meta. Other modifiers will by default be ignored by GtkAccelGroup. You must include at least the three modifiers Control, Shift and Alt in any value you pass to this function.

Usage

1

Arguments

default.mod.mask

accelerator modifier mask

Details

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.