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:
Jim Broadus 2021-04-09 22:09:35 -07:00 committed by John Maguire
parent 144bdc2495
commit db55c541b2
1 changed files with 2 additions and 2 deletions

View File

@ -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>