Search found 8 matches

by daniel347x
Mon Nov 02, 2015 4:20 pm
Forum: General Discussion
Topic: Any way to turn off Windows 10 toast notifications?
Replies: 4
Views: 8974

Re: Any way to turn off Windows 10 toast notifications?

Here is the code: SetFocus>XYplorer /* Assign this macro to ALT+Q. When you hit alt-q it will start and WAIT for you to release the ALT key It will then run the code in the YourCode subroutine ... */ SRT>YourCode //Press Enter Exit>0 END>YourCode Press alt Press tab Release tab OnEvent>key_down,VK18...
by daniel347x
Fri Oct 30, 2015 10:37 pm
Forum: General Discussion
Topic: Any way to turn off Windows 10 toast notifications?
Replies: 4
Views: 8974

Any way to turn off Windows 10 toast notifications?

I notice that a Windows 10 toast notification appears when I run a macro. I want to disable this, but I do not see any way to disable it through the Options dialog. Oddly, when I attempt to disable the Macro Scheduler toast notifications through Windows itself, via Settings -> Notifications -> "Show...
by daniel347x
Wed May 20, 2015 2:39 pm
Forum: Technical / Scripting
Topic: How to emulate Alt + Tab on a remote connection
Replies: 7
Views: 6532

Re: How to emulate Alt + Tab on a remote connection

Thanks! I realize now that I should have mentioned that 4 is just an arbitrary number. I won't know how many times until I actually activate the macro. (Have you ever pressed Alt + Tab and waited to see how many key presses of the Tab button were required to navigate back to the desired window?) In ...
by daniel347x
Wed May 20, 2015 11:58 am
Forum: Technical / Scripting
Topic: How to emulate Alt + Tab on a remote connection
Replies: 7
Views: 6532

Re: How to emulate Alt + Tab on a remote connection

Thanks. Do you know if it could be enhanced to support pressing 'tab' multiple times before releasing the 'Alt' button - such as using Alt + W W W W (instead of Alt + tab tab tab tab)?

Dan
by daniel347x
Wed May 20, 2015 4:19 am
Forum: Technical / Scripting
Topic: How to emulate Alt + Tab on a remote connection
Replies: 7
Views: 6532

How to emulate Alt + Tab on a remote connection

Hello! I would like to get Chrome OS's "remote control" application working in usable fashion. Unfortunately, it is impossible to redirect Alt + Tab to the remote computer. This makes Chrome OS not worthwhile for me. However, I think other key combinations *can* be redirected. Therefore, if I instal...
by daniel347x
Wed Apr 27, 2011 6:04 pm
Forum: Technical / Scripting
Topic: How to use RegEx to convert CRLF to LF?
Replies: 2
Views: 4511

Thanks - it works now

For some reason, it's working now. (Even using the RegEx)

I've appended an edit to my initial posting to say this.

Obviously, I did something different than is indicated here. I'm sorry for the false alarm - wish it hadn't cost me a couple hours, whatever I did wrong.

Thanks,
Dan.
by daniel347x
Wed Apr 27, 2011 5:20 pm
Forum: Technical / Scripting
Topic: How to use RegEx to convert CRLF to LF?
Replies: 2
Views: 4511

How to use RegEx to convert CRLF to LF?

Hello - I cannot figure out how to use MS to convert CRLF to LF throughout a string variable. RegEx>(?m)%CRLF%,%mystring%,0,Matches,NumMatches,1,%LF%,mystring_result ... does not seem to work. I can't find an answer browsing through the forums. Any suggestions? Thanks, Dan. EDIT: I am baffled by thi...
by daniel347x
Tue Apr 26, 2011 9:54 pm
Forum: Beginners
Topic: Is it possible to open all macros in a group at once in tabs
Replies: 0
Views: 4615

Is it possible to open all macros in a group at once in tabs

I am impressed by Macro Scheduler, but I'm confused about how to manage macros in groups. When I open a macro in a group, the window with the list of macros disappears and cannot be brought to the foreground until closing the macro being edited. There seems to be no way to open multiple macros in a ...
Sign up to our newsletter for free automation tips, tricks & discounts