From 0b9c87f68c6b3f2882581721a2fdeddf8b9e2121 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 9 Aug 2019 15:12:09 +0200 Subject: [PATCH] Bug 23396: (19.05.x) remove toggle_keyboard comming from Bug 17178 Signed-off-by: Fridolin Somers --- installer/data/mysql/updatedatabase.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index b43b2fcaca..98c31f18c2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -18758,8 +18758,7 @@ if( CheckVersion( $DBversion ) ) { ("new_line","Enter"), ("line_break","Shift-Enter"), ("next_position","Tab"), - ("prev_position","Shift-Tab"), - ("toggle_keyboard", "Shift-Ctrl-K") + ("prev_position","Shift-Tab") ;|); SetVersion( $DBversion ); -- 2.39.5