kyleduo / SwitchButton

A cute widget of Switch Button for you to create beautiful and friendly UI.
4.71k stars 867 forks source link

Toggle with keyboard #52

Closed ghost closed 6 years ago

ghost commented 8 years ago

Is it possible to toggle the buttons with a keyboard?

kyleduo commented 8 years ago

Since "toggle the buttons" is an event, it can be sent from everywhere as you wish. In your situation, you can listen the event of keyboard action and operate SwitchButton after that. There is no coupled relation between SwitchButton and keyboard event.