diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-11-15 16:32:22 -0900 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-11-20 10:24:58 +0100 |
commit | 697c308431101c936bbaae25ea6f6efd162b9d9f (patch) | |
tree | 7ce304bb2b2e732c44b6130d7181d46c79ecc9c0 /sw | |
parent | dc0616cda97c5039ae6b46ded001b51c6f9de498 (diff) |
tdf#121401 Keyboard navigation for Writer NB contextual single
Change-Id: Ibcb56c6c0f1456c472061039ecc0835928846724
Reviewed-on: https://gerrit.libreoffice.org/63458
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_single.ui | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar_single.ui b/sw/uiconfig/swriter/ui/notebookbar_single.ui index 4e7af5672c68..a7b655ac5ce3 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_single.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_single.ui @@ -26,7 +26,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="file"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="show_arrow">False</property> <child> <object class="GtkMenuToolButton" id="open"> @@ -91,7 +91,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="do"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="undo"> @@ -143,7 +143,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="functions"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="search"> @@ -216,7 +216,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="style"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="parastyle"> @@ -259,7 +259,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="fontnamebar"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="fontname"> @@ -283,7 +283,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="fontsizebar"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="fontsize"> @@ -328,7 +328,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="fonteffect"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="bold"> @@ -418,7 +418,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="fontfunction"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="clone"> @@ -469,7 +469,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="halignment"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="has_tooltip">True</property> <property name="tooltip_text" translatable="yes" context="notebookbar_single|halignment|tooltip_text">Horizontal Alignment</property> <property name="halign">start</property> @@ -552,7 +552,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="line"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="halign">end</property> <property name="show_arrow">False</property> <child> @@ -592,7 +592,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="outlineindent"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="has_tooltip">True</property> <property name="tooltip_text" translatable="yes" context="notebookbar_single|outlineindent|tooltip_text">Indent</property> <property name="show_arrow">False</property> @@ -672,7 +672,7 @@ <child> <object class="sfxlo-NotebookbarToolBox" id="insert"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="has_tooltip">True</property> <property name="tooltip_text" translatable="yes" context="notebookbar_single|insert|tooltip_text">Indent</property> <property name="show_arrow">False</property> |