From c732687433fea32ffb5361fe2876b51b0a70debc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 3 Apr 2016 06:30:30 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 2 ++ ui (gen4)/lib/features.js | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index a14b2787..16bc7183 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -261,6 +261,8 @@ module.GLOBAL_KEYBOARD = { /*********************************************************************/ +// XXX add a key binding list UI... +// XXX add loading/storing of kb bindings... // XXX add introspection and doc actions... var KeyboardActions = actions.Actions({ diff --git a/ui (gen4)/lib/features.js b/ui (gen4)/lib/features.js index 04ecbb63..015fc027 100755 --- a/ui (gen4)/lib/features.js +++ b/ui (gen4)/lib/features.js @@ -308,6 +308,9 @@ module.FeatureSet = { // // XXX make suggested feature expansion recursive... // XXX this appears to be very slow if lst not passed... + // XXX add ability to remove features by prefixing a '-' to its name + // ...if one - is present, remove all instances of + // buildFeatureList: function(obj, lst, auto_include, depth){ var that = this obj = obj || {}