1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -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

@@ -5,7 +5,8 @@ import qs.Widgets
Rectangle {
id: keyboardHints
readonly property string hintsText: I18n.tr("Shift+Del: Clear All • Esc: Close")
property bool wtypeAvailable: false
readonly property string hintsText: wtypeAvailable ? I18n.tr("Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close") : I18n.tr("Shift+Del: Clear All • Esc: Close")
height: ClipboardConstants.keyboardHintsHeight
radius: Theme.cornerRadius