flet-dev / examples

Flet sample applications
MIT License
423 stars 172 forks source link

all controls should be support keyboard binding method #70

Closed shaohaiyang closed 1 year ago

shaohaiyang commented 1 year ago

For example, it would be nice if ft.ElevatedButton(text="press A") could bind the 'A' key shortcut. thanks a lot.