From a3f38bc6ffd39ac0137535d4914b2becd521dd50 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 12 Jan 2017 21:34:10 +0300 Subject: [PATCH] doc/notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index 811b72f2..794fc6bd 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -668,6 +668,9 @@ var KeyboardActions = actions.Actions({ }, ['on', 'off'])], + // NOTE: at this point this is disabled by default, set + // .config['keyboard-key-pressed-action'] to true and restart + // the handler via .toggleKeyboardHandling('!') for this to work // XXX EXPERIMENTAL: event for actions to be able to handle keys... // ...not working yet... // XXX not sure if we need this...