Flags¶
Details¶
-
class
GPaste.
GnomeShellActionMode
(value)¶ Bases:
GLib.Flags
Controls in which GNOME Shell states an action (like keybindings and gestures) should be handled.
-
ALL
= -1¶ always allow action
-
NONE
= 0¶ block action
-
NORMAL
= 1¶ allow action when in window mode, e.g. when the focus is in an application window
-
POPUP
= 128¶ allow action while a shell menu is open
-
LOGIN_SCREEN
= 16¶ allow action in the login screen
-
OVERVIEW
= 2¶ allow action while the overview is active
-
SYSTEM_MODAL
= 32¶ allow action when a system modal dialog (e.g. authentification or session dialogs) is open
-
LOCK_SCREEN
= 4¶ allow action when the screen is locked, e.g. when the screen shield is shown
-
LOOKING_GLASS
= 64¶ allow action in looking glass
-
UNLOCK_SCREEN
= 8¶ allow action in the unlock dialog
-