heynote/electron/main
Jonatan Heyman 957b22c70e Refactor the way we handle copy/cut/paste in Emacs mode
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.
2024-01-06 01:51:07 +01:00
..
about.js Add beta channel info to about window 2023-12-12 17:26:48 +01:00
auto-update.ts Set autoUpdater.allowDowngrade to True in order to allow switching from beta version back to stable 2023-12-07 01:51:23 +01:00
buffer.js Add functionality for selecting a custom path for the buffer file. (#130) 2024-01-05 00:41:46 +01:00
cors.ts Add currency conversion support to Math blocks 2023-03-20 11:09:56 +01:00
index.ts Refactor the way we handle copy/cut/paste in Emacs mode 2024-01-06 01:51:07 +01:00
menu.ts Added Show in Dock Toggle and System Tray Feature (#90) 2024-01-01 20:02:30 +01:00