From afff834c55ab20a024c65d4ebeb0b6ebe2c154cb Mon Sep 17 00:00:00 2001 From: azivner Date: Wed, 23 Aug 2017 18:45:24 -0400 Subject: [PATCH] recent notes changed shortcut to alt-q because of browser conflict with ctrl-e --- TODO | 4 ++-- static/js/init.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 });