fixed a legacy keyboard config bug...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-17 02:40:25 +03:00
parent cb6329a9de
commit 00b65621d1

View File

@ -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...