Package: gtk
Accessor gtk:shortcut-controller-mnemonic-modifiers
Lambda Listgtk:shortcut-controller-mnemonic-modifiers (object) SyntaxArgumentsDetails Accessor of the mnemonic-modifiers slot of the gtk:shortcut-controller class. The gtk:shortcut-controller-mnemonic-modifiers function gets the
mnemonics modifiers for when this controller activates its shortcuts. The (setf gtk:shortcut-controller-mnemonic-modifiers) function sets the controller to have the given modifiers. The mnemonics modifiers determines which modifiers need to be pressed to allow activation of shortcuts with mnemonics triggers. GTK normally uses the Alt modifier for mnemonics, except in gtk:popover-menu widgets, where mnemonics can be triggered without any modifiers. It should be very rarely necessary to change this, and doing so is likely to interfere with other shortcuts. This value is only relevant for local shortcut controllers. Global and managed shortcut controllers will have their shortcuts activated from other places which have their own modifiers for activating mnemonics. | See also |
2023-7-23