newlooper / VirtualSpace

A Virtual Desktop Enhancement GUI Program For Win10 & Win11
GNU General Public License v3.0
182 stars 12 forks source link

Are the Common Windows rules of profiles are "Or" or "And" Operated? #49

Closed bigplayer-ai closed 1 year ago

bigplayer-ai commented 1 year ago

Hey, Are the Common Windows rules of profiles are "Or" or "And" Operated?

Clip_20230305_111632

newlooper commented 1 year ago

default is AND, you can change it to OR

but it can't be done in the dialog, only be edit in <ProfileName>.rules file.

step:

  1. close VirtualSpace
  2. open VirtualSpace\Profiles\Default.rules
  3. find your rule by name:
"Expression": {
      "id": "a1d7f440-94a3-4049-99ff-8359db6e6712",
      "condition": "and", // <-------------- change "and" to "or"