Package: gdk
GEnum gdk:modifier-intent
Declaration(gobject:define-genum "GdkModifierIntent" modifier-intent (:export t :type-initializer "gdk_modifier_intent_get_type") (:primary-accelerator 0) (:context-menu 1) (:extend-selection 2) (:modify-selection 3) (:no-text-input 4) (:shift-group 5) (:default-mod-mask 6)) Values
 Details          This enumeration is used with the gdk:keymap-modifier-mask function
    in order to determine what modifiers the currently used windowing system
    backend uses for particular purposes.  
  For example, on X11/Windows, the Control key is used for invoking menu
  shortcuts (accelerators), whereas on Apple computers it is the Command key,  which correspond to the :control-mask and :mod2-mask values of  the gdk:modifier-type flags, respectively.      | See also | 
2025-08-23