Git Product home page Git Product logo

Comments (6)

zmilla93 avatar zmilla93 commented on September 24, 2024

This feature exists, it just uses a hotkey. Set a hotkey in the options, copy a whisper, then press the hotkey to alt tab into POE and paste the message.

Some people have suggested making this completely automated. While I would like to do this, it is quite a bit more complicated and prone to error, so I used the hotkey to make sure the feature was ready for Delirium launch. I would like to revisit this later on.

The technical reason is that Java doesn't allow you to listen for when the contents of the clipboard change directly, but instead when the DataFlavor of the clipboard changes. This means it requires a lot of extra code, and any bugs with this code may interfere with the clipboard's normal functionality. Using a hotkey avoids having to use this listening system all together.

from slimtrade.

aeclasik avatar aeclasik commented on September 24, 2024

Okay, thank you for the quick reply. Perhaps I will visit SlimTrade in the future. Really good app regardless.

from slimtrade.

zmilla93 avatar zmilla93 commented on September 24, 2024

I'll comment and close this issue once the new system is added so that people can subscribe to it if they want to know when the change is made. Edited the original post with a concise response.

from slimtrade.

TheOne320 avatar TheOne320 commented on September 24, 2024

Could it be set up like in POE-Trades-Companion, wherein you Ctrl-click the whisper button and the rest happens automatically?

from slimtrade.

zmilla93 avatar zmilla93 commented on September 24, 2024

Since ctrl + click is used in game to transfer items I'd need to add logic to differentiate transferring items and quick pasting trades, which would most likely rely on the clipboard listener. So in theory yes, but not until the new system is added.

from slimtrade.

zmilla93 avatar zmilla93 commented on September 24, 2024

Added fully automated quick pasting in v0.2.5. The option still exists to use a hotkey.

from slimtrade.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.