MyHomeworkSpace / client

The MyHomeworkSpace client.
MIT License
4 stars 4 forks source link

Keyboard shortcuts for modals #116

Open thatoddmailbox opened 4 years ago

thatoddmailbox commented 4 years ago

It should be possible to use keyboard shortcuts like Escape and Enter in order to dismiss or submit a modal. We currently have a special case for the homework modal to allow two Enter keys on Quick Add to submit homework, but this should apply to all modals more generically.

Related to #111 and #83