mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-22 19:15:24 -04:00
Enhance/clipboard history interactions (#2668)
* feat(clipboard): add entry context menu * feat(clipboard): add click to paste option * feat(clipboard): add optional copy and paste action buttons * fix(clipboard): default selection and esc behavior * fix(clipboard): prevent clear and filter overlap * Update to remove dead kb nav & add escape action on context menu --------- Co-authored-by: purian23 <purian23@gmail.com>
This commit is contained in:
@@ -7130,6 +7130,25 @@
|
||||
"icon": "settings",
|
||||
"description": "Clear all history when server starts"
|
||||
},
|
||||
{
|
||||
"section": "clipboardClickToPaste",
|
||||
"label": "Click to Paste",
|
||||
"tabIndex": 23,
|
||||
"category": "System",
|
||||
"keywords": [
|
||||
"behavior",
|
||||
"click",
|
||||
"clipboard",
|
||||
"copying",
|
||||
"directly",
|
||||
"entry",
|
||||
"linux",
|
||||
"os",
|
||||
"paste",
|
||||
"system"
|
||||
],
|
||||
"description": "Click an entry to paste directly instead of copying"
|
||||
},
|
||||
{
|
||||
"section": "_tab_23",
|
||||
"label": "Clipboard",
|
||||
|
||||
Reference in New Issue
Block a user