Enable navigation with left and right arrow keys in the page browser

This commit is contained in:
Timmy Welch 2024-07-27 15:42:20 -07:00
parent 77e551e582
commit f043da6b62

View File

@ -88,6 +88,9 @@
<property name="text">
<string/>
</property>
<property name="shortcut">
<string>Left</string>
</property>
</widget>
</item>
<item>
@ -114,6 +117,9 @@
<property name="text">
<string/>
</property>
<property name="shortcut">
<string>Right</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>