Being specific these are the payloads I want:
- Cut (this should largely function the same as hitting
Ctrl/CMD+X on an element)
LLWindow
op="cut"
//optional
path=element_path
- Copy (this should largely function the same as hitting
Ctrl/CMD+C on an element)
LLWindow
op="copy"
//optional
path=element_path
- Paste (this should largely function the same as hitting
Ctrl/CMD+V on an element)
LLWindow
op="paste"
//optional
path=element_path
- Select All (this should largely function the same as hitting
Ctrl/CMD+A on an element)
LLWindow
op="selectAll"
//optional
path=element_path
Test Plan
Use the leap API to call out to any of these operations on LLWindow. outleap-repl can be used to validate as well.
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #5749 either in the PR description or in a PR's comment.
🪙 Also, everyone can tip any user commenting /tip 20 @jellyfish-linden (replace 20 with the amount, and @jellyfish-linden with the user to tip).
📖 If you want to learn more, check out our documentation.
Being specific these are the payloads I want:
Ctrl/CMD+Xon an element)Ctrl/CMD+Con an element)Ctrl/CMD+Von an element)Ctrl/CMD+Aon an element)Test Plan
Use the leap API to call out to any of these operations on LLWindow.
outleap-replcan be used to validate as well.This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting
/reward 100(replace100with the amount).🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment
/tryto let everyone know!🙌 And when they open the PR, they can comment
/claim #5749either in the PR description or in a PR's comment.🪙 Also, everyone can tip any user commenting
/tip 20 @jellyfish-linden(replace20with the amount, and@jellyfish-lindenwith the user to tip).📖 If you want to learn more, check out our documentation.