mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-03 05:21:57 +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>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+↑</string>
|
||||
<string>Ctrl+Up</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -90,7 +90,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+↓</string>
|
||||
<string>Ctrl+Down</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user