gaucho-labs/leptos-hotkeys

Investigate `Alt` + `Key` sideeffect behavior for: Macos

friendlymatthew opened this issue · 3 comments

ALT + T yields †. The current logic isn't able to process these special characters accordingly.
Screen Shot 2024-03-01 at 10 21 16 AM

Ah dang, it seems like angular uses the KeyboardEvent's keyCode. Initially, I didn't consider this as the MDN docs indicated this feature was deprecated.