mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-18 04:27:07 +01:00
Revert "↑↓ for "Up" and "Down" (#5841)"
This reverts commit 566708b778
.
Escape sequences are not legal key sequences.
Reference: https://doc.qt.io/qt-5/qkeysequence.html#details
This commit is contained in:
parent
144bdc2495
commit
db55c541b2
@ -71,7 +71,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+↑</string>
|
<string>Ctrl+Up</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -90,7 +90,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+↓</string>
|
<string>Ctrl+Down</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user