mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
957b22c70e
Previously we listened for the key bindings for copy, cut and paste in the Electron main process, and triggered the event using copy(), paste() and cut() methods on win.webContent. Now this is fully handled within the renderer process using the window.navigator.clipboard API. This will make it simpler to implement fully customizable key bindings. |
||
---|---|---|
.. | ||
about.js | ||
auto-update.ts | ||
buffer.js | ||
cors.ts | ||
index.ts | ||
menu.ts |