Detect key combinations in Phoenix LiveView (e.g. Cmd + F)

Viewed 333

I would like to avoid using hooks for that. Is it possible to handle key combination for live views ? Especially for Cmd + LETTER, and Cmd + Shift + LETTER.

0 Answers
Related