From 72a1ba02d835f845bd516cacf63c7942a5a4ce20 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 23 Oct 2016 04:16:54 +0300 Subject: [PATCH] minor keyboard tweak... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index 64cf4996..3228b2a9 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -81,6 +81,14 @@ module.GLOBAL_KEYBOARD = { ], + // NOTE: these are here so as to enable handling via the next + // block, i.e. the Viewer + // ...if not given, then the ignore above will shadow the + // keys... + // NOTE: the 'nop' action does not exist, this it will get ignored + '(': 'nop', + ')': 'nop', + // zooming... '#1': 'fitScreen', // XXX should these also be implemented in the same way as 4-9???