FEAT(client): Changed shorcut for channel filtering

The shortcut for toggling channel filters was Ctrl+F. While this makes
sense semantically, this specific shortcut is associated with starting a
search in 99% of all applications out there. Thus using it for something
else does not make for a very smooth user experience.

The new shortcut for filtering is thus set to be Alt+F instead.
This commit is contained in:
Robert Adam 2021-02-18 16:47:45 +01:00 committed by Robert Adam
parent 2783265620
commit 1bf8060d1b

View File

@ -48,7 +48,7 @@
<x>0</x>
<y>0</y>
<width>671</width>
<height>30</height>
<height>32</height>
</rect>
</property>
<widget class="QMenu" name="qmConfig">
@ -583,7 +583,7 @@
<string>&amp;Filter on/off</string>
</property>
<property name="toolTip">
<string>Toggle the channel filter (Ctrl+F)</string>
<string>Toggle the channel filter (Alt+F)</string>
</property>
<property name="whatsThis">
<string>Enable or disable the filtering of select channels.
@ -592,7 +592,7 @@ You can mark additional channels for filtering from
the channel's context menu.</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
<string>Alt+F</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>