1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -05:00

clipboard: add shift+enter to paste from clipboard history modal

fixes #358
This commit is contained in:
bbedward
2025-12-12 15:29:10 -05:00
parent 0ff9fdb365
commit d46302588a
5 changed files with 68 additions and 6 deletions

View File

@@ -158,5 +158,6 @@ Item {
anchors.right: parent.right
anchors.margins: Theme.spacingL
visible: modal.showKeyboardHints
wtypeAvailable: modal.wtypeAvailable
}
}