Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Hi,
I like too much this tool.
The key shortcut "m" for notepad window does not work properly.
I changed the code;
if (hk.keyCode == 77 && $.inArray(target, notTheseOnes) < 0) {
Layout.showMemoWindow();
}
to:
if (hk.keyCode == 77 && $.inArray(target, notTheseOnes) < 0) {
NotesWindowFactory.openNotesWindow();
}
Thank you manuel! This will be fixed with the next update.