Skip to content

Commit

Permalink
Add new rule -> Add your own rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Dec 3, 2023
1 parent c4b046f commit 3ac6cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- `Swap mouse X and Y`
- `Swap mouse wheels`
- Gamepad support (DirectInput devices are supported. Xinput is not supported at all)
- Added "Add new rule" button into Complex Modifications settings.
- Added "Add your own rule" button into Complex Modifications settings.
- Added "Move item to top" and "Move item to bottom" into the context menu of the Complex Modifications list.
- Add the following options to `karabiner_cli`
- `--format-json`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct ComplexModificationsView: View {
showingEditSheet = true
},
label: {
AccentColorIconLabel(title: "Add new rule", systemImage: "pencil.circle.fill")
AccentColorIconLabel(title: "Add your own rule", systemImage: "sparkles")
})

Spacer()
Expand Down

0 comments on commit 3ac6cc8

Please sign in to comment.