Skip to content

Commit

Permalink
doc: Include other modifiers in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecelis committed Dec 8, 2024
1 parent 32634d9 commit 048c5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn main() {
fn setup(mut commands: Commands) {
commands.add(
KeySequence::new(action::send_event(MyEvent),
keyseq! { Ctrl-E L M })
keyseq! { Ctrl-E Alt-L Shift-M })
);
}

Expand Down Expand Up @@ -159,7 +159,7 @@ fn main() {
fn setup(mut commands: Commands) {
commands.add(
KeySequence::new(action::trigger(MyEvent),
keyseq! { Ctrl-E L M })
keyseq! { Ctrl-E Alt-L Super-M })
);
}

Expand Down

0 comments on commit 048c5d8

Please sign in to comment.