Enumeration
ShellActionMode
Description [src]
Controls in which GNOME Shell states an action (like keybindings and gestures) should be handled.
Members
Name | Description |
---|---|
SHELL_ACTION_MODE_NONE |
Block action. |
SHELL_ACTION_MODE_NORMAL |
Allow action when in window mode, e.g. when the focus is in an application window. |
SHELL_ACTION_MODE_OVERVIEW |
Allow action while the overview is active. |
SHELL_ACTION_MODE_LOCK_SCREEN |
Allow action when the screen is locked, e.g. when the screen shield is shown. |
SHELL_ACTION_MODE_UNLOCK_SCREEN |
Allow action in the unlock dialog. |
SHELL_ACTION_MODE_LOGIN_SCREEN |
Allow action in the login screen. |
SHELL_ACTION_MODE_SYSTEM_MODAL |
Allow action when a system modal dialog (e.g. authentication or session dialogs) is open. |
SHELL_ACTION_MODE_LOOKING_GLASS |
Allow action in looking glass. |
SHELL_ACTION_MODE_POPUP |
Allow action while a shell menu is open. |
SHELL_ACTION_MODE_ALL |
Always allow action. |