Skip to content

applets/clipboard: Make Up/Down arrow keys work in ClipboardPage

Fushan Wen requested to merge cherry-pick-95a267d5 into Plasma/5.24

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 BUG: 450040

(cherry picked from commit 95a267d5)

Edited by Fushan Wen

Merge request reports