If folks want to see the @avaloniaui #wordle project I wrote, you can find it on my #GitHub repo.

It's a pretty straightforward demo using #dotnet 7.

I wrote it using #JetBrainsRider and the Avalonia preview tool inside the IDE. It was a pretty great experience.

https://github.com/khalidabuhakmeh/Wordle-Avalonia

GitHub - khalidabuhakmeh/Wordle-Avalonia: Wordle game with Avalonia UI

Wordle game with Avalonia UI. Contribute to khalidabuhakmeh/Wordle-Avalonia development by creating an account on GitHub.

GitHub
@avaloniaui I'm handling keyup events on the window, but can't figure out how to stop macOS from beeping. Any help would be appreciated :)
@khalidabuhakmeh I’ll clone the app and check what’s going on.
@mikecodesdotnet thanks 🙏
@khalidabuhakmeh you should add a EventTriggerBehavior for the KeyDown event as well. That should stop the beeping 🙏
@mikecodesdotnet I'll try that out thank you
@mikecodesdotnet confirmed, that fixed the issue. Thanks again.