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:
parent
f4ea5fc065
commit
b370ba6e4a
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue