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

class GPaste.MetaKeyBindingFlags(value)

Bases: GLib.Flags

NONE = 0

none

PER_WINDOW = 1

per-window

IGNORE_AUTOREPEAT = 16
BUILTIN = 2

built-in

IS_REVERSED = 4

is reversed

NON_MASKABLE = 8

always active