From 1f93cb6b544e9b1d4c0e07888e8652d81ff7ea47 Mon Sep 17 00:00:00 2001 From: michaelpacer Date: Fri, 17 Feb 2017 15:04:23 -0800 Subject: [PATCH] Clarify prefix exclusion --- notebook/static/notebook/js/shortcuteditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/static/notebook/js/shortcuteditor.js b/notebook/static/notebook/js/shortcuteditor.js index d122d688d..be0c2c434 100644 --- a/notebook/static/notebook/js/shortcuteditor.js +++ b/notebook/static/notebook/js/shortcuteditor.js @@ -141,8 +141,8 @@ var KeyBindingList = createClass({ "l t but not h a a l "+ "t or a h l t.\n"+ " - Sequences can include the same key multiple times (e.g., `d,d`).\n"+ - " - You cannot include a sequence that is a 'prefix' of another sequence.\n"+ - " - E.g., `d,d,d` cannot be used a the same time as `d,d`).\n"+ + " - You cannot include any pairs of sequences where one is a 'prefix' the other.\n"+ + " - E.g., `d,d,d` cannot be used a the same time as `d,d`.\n"+ " - Key combinations are unique elements that can be used in a sequence.\n"+ " - E.g., `Ctrl-d,d` and `d,d` can exist at the same time and are both valid key sequences.\n"+ "\n"+