applets/clipboard: Make Up/Down arrow keys work in ClipboardPage
ListView will absorb the key events, so `Keys.onPressed` in ClipboardPage will not receive the event. Instead we should connect those key events to `arrowKeyPressed()`. BUG: 448811
Loading
-
mentioned in commit cc70f181
-
mentioned in merge request !1481 (merged)
-
mentioned in commit 9e0baec1
Please register or sign in to comment