Skip to content

Commit

Permalink
Mention additional fix in Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Sep 10, 2024
1 parent f807f41 commit 07fe8f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
- macOS: Check if the application has the neccessary permissions. If they are missing, `enigo` will ask the user to grant them. You can change this default behavior with the `Settings` when constructing an `Enigo` struct.

## Fixed
win: Respect the language of the current window to determine the which scancodes to send
win: Send the virtual key and its scan code in the events to work with programs that only look at one of the two
- win: Respect the language of the current window to determine the which scancodes to send
- win: Send the virtual key and its scan code in the events to work with programs that only look at one of the two
- macOS: Moving the mouse no longer breaks simulating input

# 0.2.1
## Changed
Expand Down

0 comments on commit 07fe8f1

Please sign in to comment.