Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Jan 25, 2021
1 parent 9f1c215 commit 8ccdd56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,16 @@ and continue until the next block header (respectively the end of the file). e.g
build >> (Shift Control){B}
go_to_definition >> F12

[system="Linux" class="terminator"]
[system="Linux" class="qtcreator"]
...
```

The title filter matches windows _containing_ the string in the title, the class filter only matches windows with the _exact_ class name. For finer control [regular expressions](https://en.wikipedia.org/wiki/Regular_expression) can be used. These have to be delimited with slashes. Optionally ```i``` can be appended to make the comparison case insensitive. e.g.:

```javascript
[title=/Visual Studio Code|Code OSS/i]
```

### Virtual keys

```Virtual1``` to ```Virtual8``` are virtual keys, which can be used as state switches. They are toggled when used in output expressions and can be used as modifiers in input expressions:
Expand Down

0 comments on commit 8ccdd56

Please sign in to comment.