Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send key <Delete> doesn't work in windows 8.1
#4
Well i dont know what prevents the macro from working in this particular situation , but if it helps this piece of code seemed to work for me .
Maybe it will help you to find the real cause behind the issue.

What i did was to re-focus on window and send the delete key again. Adjusted to work only with this particular folders window.


Code:
Copy      Help
spe -1

int w=win("Program Manager" "Progman")
int w1=win()
str wcc.getwinclass(w1)


if wcc="CabinetWClass"
    act(w)
    act(w1)
    key X           ;; Delete    
    ret -2


key X           ;; Delete


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)