From bcc33b960865fd2ce7ce889338a14f65aba95a6e Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 5 Aug 2015 17:47:36 -0700 Subject: [PATCH] actually use action data for now --- notebook/static/notebook/js/commandpalette.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/commandpalette.js b/notebook/static/notebook/js/commandpalette.js index 519062850..5f7a2024d 100644 --- a/notebook/static/notebook/js/commandpalette.js +++ b/notebook/static/notebook/js/commandpalette.js @@ -29,7 +29,7 @@ define(function(require){ order: "asc", source: { groupName: { - data: [ 'california', 'washington', 'state', 'france', 'china', 'russia', 'rust', 'river' , 'repression'] + data: Object.keys(IPython.notebook.keyboard_manager.actions._actions) } }, callback: {