mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
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:
parent
2783265620
commit
1bf8060d1b
@ -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>&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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user