From b370ba6e4a341e07e216c2f8dfae98acd23f967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20=C5=9Eat=C4=B1r?= Date: Mon, 11 Sep 2023 15:11:09 +0300 Subject: [PATCH] Change the insert > insert table command access key. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So it doesn't conflict with others. Signed-off-by: Gökay Şatır Change-Id: I3f114aa007572cb40acff58f9d3b4a45f3d57988 --- browser/src/control/Control.NotebookbarWriter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/src/control/Control.NotebookbarWriter.js b/browser/src/control/Control.NotebookbarWriter.js index 0017d1c7a..8b4d5c73a 100644 --- a/browser/src/control/Control.NotebookbarWriter.js +++ b/browser/src/control/Control.NotebookbarWriter.js @@ -990,7 +990,7 @@ L.Control.NotebookbarWriter = L.Control.Notebookbar.extend({ 'type': 'bigtoolitem', 'text': _UNO('.uno:InsertTable', 'text'), 'command': '.uno:InsertTable', - 'accessibility': { focusBack: false, combination: 'T', de: null } + 'accessibility': { focusBack: false, combination: 'IT', de: null } }, { 'id': 'insert-insert-graphic',