Skip to content

new version

Latest
Compare
Choose a tag to compare
@AkinciGorkem AkinciGorkem released this 04 Dec 22:23

QuickPress v1.0.4

What's New

  • Added keyboard support for deleting files using the DEL key in the main tab
  • Changed file selection mode to single selection for improved stability

Improvements

  • Enhanced user experience by allowing quick deletion of files using keyboard
  • Prevented potential UI issues caused by multiple file selection
  • Improved overall application stability

Technical Changes

  • Modified Listbox selectmode from MULTIPLE to SINGLE
  • Implemented key binding for the Delete key
  • Added setup_delete_binding() method to MainTab class

Notes

  • Users can now delete selected files either using the DEL key or the "Remove Selected" button
  • Only one file can be selected at a time, providing a more stable user experience