Enumeration

AstalKeymode

Declaration

enum Astal.Keymode

Description

No description available.

Members

ASTAL_KEYMODE_NONE

Window should not receive keyboard events.

  • Value: 0
  • Available since: 3.0
ASTAL_KEYMODE_EXCLUSIVE

Window should have exclusive focus if it is on the top or overlay layer.

  • Value: 1
  • Available since: 3.0
ASTAL_KEYMODE_ON_DEMAND

Focus and Unfocues the window as needed.

  • Value: 2
  • Available since: 3.0