From 86e4670cfdc37ecd1904dcfa68a872efac42b9cb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 25 Oct 2016 19:17:39 +0300 Subject: [PATCH] updated makefile... Signed-off-by: Alex A. Naanou --- ui (gen4)/Makefile | 3 ++- ui (gen4)/lib/keyboard.js | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/Makefile b/ui (gen4)/Makefile index b76a3e49..3b42dadf 100755 --- a/ui (gen4)/Makefile +++ b/ui (gen4)/Makefile @@ -115,7 +115,8 @@ $(APP_ZIP): $(CSS_FILES) $(BUILD_DIR) $(NODE_DIR) $(NW_PROJECT_FILE) \ zip -r $(APP_ZIP) $(NW_PROJECT_FILE) $(JS_FILES) $(CSS_FILES) \ $(HTML_FILES) $(LIB_DIR) $(EXT_LIB_DIR) $(FEATURES_DIR) \ $(DOMAIN_DIR) $(WORKERS_DIR) $(CSS_DIR) $(IMAGES_DIR) \ - $(NODE_DIR)/app-module-path + $(NODE_DIR)/app-module-path \ + $(NODE_DIR)/ig-* zip: $(APP_ZIP) diff --git a/ui (gen4)/lib/keyboard.js b/ui (gen4)/lib/keyboard.js index add0a7ec..db05bb27 100755 --- a/ui (gen4)/lib/keyboard.js +++ b/ui (gen4)/lib/keyboard.js @@ -231,6 +231,8 @@ function dropRepeatingkeys(handler, max_rate){ // - numbers // - strings // - non-nested arrays or objects +// +// XXX add support for suffix to return false... var parseActionCall = module.parseActionCall = function parseActionCall(txt){ @@ -661,6 +663,7 @@ function getKeyHandlers(key, modifiers, keybindings, modes, shifted_keys, action * actionNmae!: 1 "2" [3, 4] {5:6, 7:8} * - same as above but calls event.preventDefault() * + * XXX add support for suffix to return false... * * * NOTE: The handler will be called with keybindings as context (this).