Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-04-03 06:30:30 +03:00
parent 34566ed62b
commit c732687433
2 changed files with 5 additions and 0 deletions

View File

@ -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({

View File

@ -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 -<feature> is present, remove all instances of
// <feature>
buildFeatureList: function(obj, lst, auto_include, depth){
var that = this
obj = obj || {}