Quackmaster / Quack Toolsammlung

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();
}