rivernews / appl-tracky-spa

An Application Tracking System to help job finders ease their out-of-control spreadsheet use tracking every job application record.
https://appl-tracky.shaungc.com
1 stars 0 forks source link

Add keyboard shortcut to CKeditor #58

Closed rivernews closed 4 years ago

rivernews commented 4 years ago

Items:

Ref

rivernews commented 4 years ago

Adding Save Shortcut

We end up using ckeditor's keystroke handler to capture this specific "ctrl + s" shortcut, and then expose as a React prop, and in turn, in Formik fire submitForm upon event.

Referring to this SO post, inspired by it.