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()
.
(cherry picked from commit 95a267d5)
Edited by Fushan Wen