Change the insert > insert table command access key.

So it doesn't conflict with others.

Signed-off-by: Gökay Şatır <gokaysatir@gmail.com>
Change-Id: I3f114aa007572cb40acff58f9d3b4a45f3d57988
This commit is contained in:
Gökay Şatır 2023-09-11 15:11:09 +03:00 committed by Gökay ŞATIR
parent f4ea5fc065
commit b370ba6e4a

View file

@ -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',