1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

SearchToolbar: Add Ctrl+G and Ctrl+Shift+G shortcuts

Closes #1688
This commit is contained in:
David Rosca 2015-08-31 22:21:20 +02:00
parent ff28f1f211
commit 5b161b74be

View File

@ -64,6 +64,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="shortcut">
<string>Ctrl+Shift+G</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
@ -77,6 +80,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="shortcut">
<string>Ctrl+G</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
@ -85,7 +91,7 @@
<item>
<widget class="MacToolButton" name="caseSensitive">
<property name="text">
<string>Case sensitive</string>
<string>&amp;Match Case</string>
</property>
<property name="checkable">
<bool>true</bool>