unfoldingWord-dev / ts-desktop

translationStudio Desktop App
http://ufw.io/ts
Other
41 stars 29 forks source link

Fixes copy paste on macOS #1272

Closed da1nerd closed 4 years ago

da1nerd commented 4 years ago

Fixes #1268

Electron apps must include keyboard shortcuts in the application menu for macOS to be able to use them. These include copy/paste/cut/selectAll, etc.

This adds the menu so copy/paste functionality works on macOS.