From 3321eccb8778450a10048d9bb17280e4a44c4a23 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 17 May 2020 01:38:26 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index dbcda968..db1d9507 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -1247,6 +1247,7 @@ var KeyboardUIActions = actions.Actions({ this.close() } this.keyboard.handler('General', 'e', 'editKeys') + this.keyboard.handler('General', 'F4', 'editKeys') } }) })], // XXX this does not handle the passed container protocol...