From 00b65621d148004456097d4f4a8cb0920546d278 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 17 Apr 2019 02:40:25 +0300 Subject: [PATCH] fixed a legacy keyboard config bug... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index bb4b75bd..0b29dbaf 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -440,8 +440,8 @@ module.GLOBAL_KEYBOARD = { // do the default copy thing... // NOTE: this stops the default: handler from getting the ctrl: // key case... - ctrl_C: '', - ctrl_V: '', + ctrl_C: 'NEXT', + ctrl_V: 'NEXT', // sort...