Skip to content

Commit

Permalink
Enable tab focus change in notes field.
Browse files Browse the repository at this point in the history
Previously, if focus landed inside the Notes field in the Entry editor,
hitting 'tab' would insert a literal tab character. This is problematic
for those using screen readers. Now, hitting tab goes to the next
widget in the focus list.

Fixes keepassxreboot#4222.
  • Loading branch information
sjamesr committed Jan 29, 2020
1 parent d2a19f3 commit a8b8ead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/entry/EditEntryWidgetMain.ui
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@
<property name="accessibleName">
<string>Notes field</string>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
</item>
<item row="9" column="1">
Expand Down

0 comments on commit a8b8ead

Please sign in to comment.