Search found 35 matches

by TokyoMike
Aug 22nd, ’21, 23:50
Forum: User Commands and Scripts
Topic: Move Mouse on Interval
Replies: 2
Views: 6991

Re: Move Mouse on Interval

Oh man, THANK YOU! This works great!

Great as I am working from home 100% of the time yet IT still wants to make sure my PC locks after 5 minutes. Thank you so much.
by TokyoMike
Aug 19th, ’21, 07:27
Forum: User Commands and Scripts
Topic: Move Mouse on Interval
Replies: 2
Views: 6991

Move Mouse on Interval

Hi - I have an app that moves my mouse every "x" seconds in order to prevent my machine from going to sleep. If you move the mouse manually it turns the functionality off. I was wondering if this type of script could be supported by Fastkeys, and would someone be willing to write one? The ...
by TokyoMike
Aug 19th, ’21, 05:24
Forum: User Commands and Scripts
Topic: Endless mouse
Replies: 22
Views: 64144

Re: Endless mouse

Apologies for resurecting an old thread. I recently ditched a commercial piece of software that does this. The following code works, almost... I have two monitors with different resolutions. The YPOS doesn't work on my second monitor because its resolution is LESS than the resolution of the main mon...
by TokyoMike
Apr 22nd, ’21, 04:47
Forum: User Commands and Scripts
Topic: Endless mouse
Replies: 22
Views: 64144

Re: Endless mouse

Would it be possible to extend this to work with two monitors? The expectation would be to have the cursor wrap from the left of monitor to the right of the next monitor.

If (monitor1) and xpos = extreme left then movecursor to monitor2 and xpos extreme right and so on.
by TokyoMike
Mar 16th, ’21, 04:05
Forum: General Discussion
Topic: Paste as RTF
Replies: 1
Views: 2284

Paste as RTF

I am collecting my daily notes in Markdown format. I am wondering if FastKeys could be used to paste the selected markdown text into something Outlook likes - maybe RTF or something - where the Markdown syntax turns into an email without Markdown syntax.
by TokyoMike
Mar 8th, ’21, 01:00
Forum: Suggestions
Topic: Settings: Follow current window
Replies: 1
Views: 4890

Settings: Follow current window

I have two monitors. When I have Fastkeys visible on Monitor 2 and resulting popup to configure a tool ends up on the Default Monitor (Monitor 1 in my case). I would prefer if the Settings dialogs would popup on the same screen as the main Fastkeys window.
by TokyoMike
Mar 1st, ’21, 10:46
Forum: General Discussion
Topic: Send 12-hour format for HOUR
Replies: 3
Views: 2604

Re: Send 12-hour format for HOUR

You need to use a Date and Time macro with the following Format: hh hh - Hours with leading zero; 12-hour format I tried that and it printed 16 instead of 04! You are correct, apologies. If I limit the macro to hh only, it is correct. if I try hh:mm then it switches to 24-hour time. I did get a con...
by TokyoMike
Mar 1st, ’21, 07:53
Forum: General Discussion
Topic: Send 12-hour format for HOUR
Replies: 3
Views: 2604

Send 12-hour format for HOUR

Q1: Hi - how do I send %A_Hour% for 12-hour time? I need the time to be 04 for 4pm. I have seen how I can create a macro using h for 12-hour time, but if I type hh I get 24-hour time. Can I somehow display a leading 0? A2: Do I need to use an if condition for this? Q2:I also need to send this: {{som...
by TokyoMike
Jan 12th, ’21, 01:43
Forum: Suggestions
Topic: Disable Clipboard Manager
Replies: 1
Views: 2648

Disable Clipboard Manager

Hi - I have set the history to 0 and clicked "delete" to display "none" as the shortcut - after exit and save the shortcut comes back. I would like a method to completely disable this function as it interferes with another function in another app. For now, I have just set it to a...
by TokyoMike
Aug 19th, ’20, 09:04
Forum: General Discussion
Topic: Hotkey - yesterday and tomorrow
Replies: 2
Views: 1570

Re: Hotkey - yesterday and tomorrow

Marko wrote: Aug 19th, ’20, 08:26 Have you tried Date and Time macro?
Oh! Cheers!!!!!