Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Question
#1
I have been beating my brains out trying to understand macros and can't seem to get it through my thick skull. All I want to do is whenever I press the middle mouse button ( the wheel button) down and release it I want it to be like the keystroke combination of pressing the delete and enter keys; of course I would want the macros to delete the currently selected file. I delete a LOT of files and my hands kill me after half an hour of work. I have downloaded one macros program after another and haven't been able to figure it out. Please help me, I have no idea what I am doing.
#2
Create new macro. In Properties, assign mouse middle click trigger. The macro may look like this:

Code:
Copy      Help
key X ;;Delete
wait 10 WA "Confirm File Delete"; err ret
key Y ;;Enter


You can configure Windows to not show the dialog when you delete a file. Right click Recycle Bin on the desktop, click Properties in the menu, and uncheck "Display delete confirmation dialog" checkbox.


Forum Jump:


Users browsing this thread: 1 Guest(s)