diff --git a/TODO b/TODO index 973db8640..a9cb572af 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ -- when loading the app, open last viewed note -- link to individual notes (and changing the URL to current one, probably through # anchor) +- some features (recent notes, linking to notes) don't work well with cloned notes +- when jumping to notes, tree does not scroll - logout detection - conflict detection diff --git a/static/js/init.js b/static/js/init.js index f784f6d31..928ec8629 100644 --- a/static/js/init.js +++ b/static/js/init.js @@ -16,7 +16,7 @@ $(document).bind('keypress', 'alt+ctrl+h', function() { toggle.css('visibility', toggle.css('visibility') === 'hidden' ? 'visible' : 'hidden'); }); -$(document).bind('keypress', 'ctrl+e', function() { +$(document).bind('keypress', 'alt+q', function() { $("#recentNotesDialog").dialog({ modal: true });