mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-18 17:15:20 -04:00
fix(clipboard): paste selected history entry (#2660)
This commit is contained in:
@@ -39,6 +39,9 @@ Singleton {
|
||||
|
||||
Process {
|
||||
id: wtypeProcess
|
||||
// TODO: This is only a paste shortcut fallback. It assumes the target
|
||||
// application accepts Ctrl+V, which is false for many terminals.
|
||||
// Replace with a more reliable target-aware paste strategy.
|
||||
command: ["wtype", "-M", "ctrl", "-P", "v", "-p", "v", "-m", "ctrl"]
|
||||
running: false
|
||||
}
|
||||
|
||||
@@ -480,7 +480,7 @@ Singleton {
|
||||
}
|
||||
|
||||
function closeClipboardHistory() {
|
||||
clipboardHistoryModal?.close();
|
||||
clipboardHistoryModal?.hide();
|
||||
}
|
||||
|
||||
function unloadClipboardHistoryPopout() {
|
||||
|
||||
Reference in New Issue
Block a user