Skip to content

Commit

Permalink
Merge pull request #30 from nathan-fiscaletti/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
nathan-fiscaletti authored Dec 26, 2024
2 parents 03dbaf3 + 61ff245 commit 2cd8e49
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/app-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@

## Index

- [Rule Types](#rule-types)
- [Add and Remove Rules](#add-and-remove-rules)
- [Rule Types](#rule-types)
- [Set the global rule](#set-the-global-rule)

## Rule Types

![Rule Types](./rule-type.png)

- `enable` - Enable sound effects for the application.
- `disable` - Disable sound effects for the application.
- `exclusive` - Only play sound effects for the application.

> The global rule can only be set to `enable` or `disable`. By default, the global rule is set to `enable`.
## Add and Remove Rules

### In Application
Expand All @@ -38,6 +28,16 @@ $ kbs add-rule -r disable -a "C:\Program Files\MyApp\MyApp.exe"
$ kbs remove-rule -a "C:\Program Files\MyApp\MyApp.exe"
```

## Rule Types

![Rule Types](./rule-type.png)

- `enable` - Enable sound effects for the application.
- `disable` - Disable sound effects for the application.
- `exclusive` - Only play sound effects for the application.

> The global rule can only be set to `enable` or `disable`. By default, the global rule is set to `enable`.
## List Rules

```bash
Expand Down

0 comments on commit 2cd8e49

Please sign in to comment.