Skip to content
Snippets Groups Projects
Commit e7436dbc authored by Charles-Francis Damedey's avatar Charles-Francis Damedey Committed by Sébastien Blin
Browse files

accessibility: make the shortcuts focusable

Gitlab: #1211
Change-Id: Idf6a9971ceb06d1f9d42a907f948f402623fccd2
parent b2917284
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ RowLayout {
layoutDirection: UtilsAdapter.isRTL ? Qt.RightToLeft : Qt.LeftToRight
focus: true
// Needs to get focus so Orca can read the shortcut
Rectangle {
id: descriptionTextRect
......@@ -36,6 +39,8 @@ RowLayout {
color: JamiTheme.transparentColor
focus: true
Text {
id: descriptionText
......@@ -48,6 +53,7 @@ RowLayout {
}
}
// Needs to get focus as well so Orca can read the shortcut
Rectangle {
id: shortcutTextRect
......@@ -58,6 +64,7 @@ RowLayout {
Layout.rightMargin: 10
color: JamiTheme.backgroundColor
radius: JamiTheme.primaryRadius
Text {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment