liveview-native / liveview-client-swiftui

MIT License
379 stars 38 forks source link

LiveView Bindings for SwiftUI -> Key Events: `phx-keydown` into keyboardShortcut(_:) #1101

Open AZholtkevych opened 1 year ago

AZholtkevych commented 1 year ago

LiveView doc: https://hexdocs.pm/phoenix_live_view/bindings.html#key-events SwiftUI doc: https://developer.apple.com/documentation/swiftui/view/keyboardshortcut(_:)-8liec

bcardarella commented 1 month ago

We can use onKeyPress now