MyNixOS website logo
option

programs.rectangle.shortcuts.<name>.modifierFlags

Modifier key combination for this shortcut. One of:

  • "shift" (⇧)
  • "ctrl" (⌃)
  • "option" (⌥)
  • "ctrl+option" (⌃⌥)
  • "ctrl+option+shift" (⌃⌥⇧)
  • "command" (⌘)
  • "shift+command" (⇧⌘)
  • "ctrl+option+command" (⌃⌥⌘)
  • "ctrl+option+shift+command" (⌃⌥⇧⌘)
Declarations
Type
signed integer or (one of "command", "ctrl", "ctrl+option", "ctrl+option+command", "ctrl+option+shift", "ctrl+option+shift+command", "option", "shift", "shift+command") convertible to it