example work script: hover on item -> click widget-key/omni-key/special-key = ctrl с -> search for the right line(copy this in buffer) -> ctrl F -> ctrl v
but you need a few checks, for example:
- Is the clipboard empty? return
- Is the item unique? yes - take the name item, no - take the base name
- A white item? check for "Superior" at the beginning
- etc
example work script: hover on item -> click widget-key/omni-key/special-key = ctrl с -> search for the right line(copy this in buffer) -> ctrl F -> ctrl v
but you need a few checks, for example: