A RuneLite plugin for clearing unsent messages from your chatbox
![Picture of the settings panel](https://private-user-images.githubusercontent.com/51724788/411803951-e36706a7-d5c7-4549-92ba-27abb0e75cb6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzMzMjIsIm5iZiI6MTczOTI3MzAyMiwicGF0aCI6Ii81MTcyNDc4OC80MTE4MDM5NTEtZTM2NzA2YTctZDVjNy00NTQ5LTkyYmEtMjdhYmIwZTc1Y2I2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDExMjM0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI0NDJiZWNmNDVjZmU3MjU4YjgzODAwNjgyM2UxODZkZWRhYzllNTMxN2U2ZWEyNGRjNzQ0ZmFjZmM1MWVlOWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.678lyNA0TZxpVO0D9w1AazM1y12LaEYu0mTV4-uB1Tc)
Clears unsent message after a configurable duration of typing inactivity. This can be set to only trigger for messages made up of spaces and numbers (for example, " 11111" but not "sit").
Default: enabled with a delay of 2000ms (2.0 seconds) for all messages
Clears unsent message when a configurable hotkey is pressed, saving you from needing to hold backspace.
Default: disabled
- 2025-02-10: Fix compatibility with latest game update. No longer use hardcoded widget IDs.
- 2024-11-13: Add instant clear hotkey. Refactor to ignore non-character keys (e.g. arrows).
- 2024-10-08: Fix compatibility with latest RuneLite version.
- 2023-09-06: Performance optimizations (do less on client thread).
- 2023-02-20: Fix compatibility with the Key Remapping plugin.
- 2023-02-09: Fix resizable mode. Fix text alignment when clearing long messages.