Regular Expressions in key sequence trigger?

Hey guys!

I wonder if it's possible to use regular expressions (GREP) in a key sequence trigger, have BTT remember the results and paste it.

For example:

  1. I write "test-758" somewhere on my Mac.
  2. BTT key sequence trigger for "test-([0-9]{2,3})" will be activated. (I want it to trigger when there are 2–3 numbers.)
  3. BTT pastes "http://www.google.com/test-758".

Thanks!

That's not possible. (And unfortunately I think it would be hard to implement with the current Key Sequence Algorithm)

Oh okay, well then I know, thanks for the answer :slight_smile: