sciencefair icon indicating copy to clipboard operation
sciencefair copied to clipboard

Implement a system for easily registering scoped shortcuts.

Open blahah opened this issue 7 years ago • 2 comments

Choices:

  • https://github.com/electron/electron/blob/master/docs/api/accelerator.md
  • https://github.com/ccampbell/mousetrap

blahah avatar Jul 06 '17 08:07 blahah

(old note in the Keyboard shortcuts project converted to an issue in light of #130)

blahah avatar Jul 06 '17 08:07 blahah

Mousetrap has now been added by @CAYdenberg in #130.

There's still some discussion to be had around how to generalise registration of shortcuts, but for the time being keyboard shortcuts can be implemented by using mousetrap directly - see #133 for an example.

blahah avatar Jul 17 '17 18:07 blahah