Skip to content

Escape region names #697

@xairoo

Description

@xairoo

You should escape region names.

I have 3 regions (just shorted for this example)

  • Full
  • 1/1
  • 1460, 2380

The last name will run you into problem. Just escape the names

{
    "command": "regions:cycle",
    "parameters": {
        "presets": "Full,1/1,1460, 2380",
        "monitor": "97F8P91C06UL"
    }
}

Should be something like:
"presets": "'Full', '1/1', '1460, 2380'",

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed bug in MaxTo.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions