Jump to content

Script Filter: How to specify multiple modifier keys?


Recommended Posts

Is it possible in a ScriptFilter to specify multiple modifier keys for a given item?

 

For example, I know I can specify, for example:

“mods”: {

  “alt”: { <stuff related to a selection with the alt key pressed },

  “ctrl”: { <stuff related to a selection with the ctrl key pressed }

}

 

However, I haven’t been able to find an example of the syntax if I want to specify what happens to a selection made with both alt and ctrl pressed.

 

Is that even possible in a script filter, and if so, what is the correct syntax?

 

Thanks!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...