Search found 9 matches

by drstuggi
Mon Mar 04, 2024 12:14 pm
Forum: Beginners
Topic: import settings not working
Replies: 0
Views: 3298

import settings not working

Hello to all :) I'm trying to find a way to move and/or copy my macros and settings to other computers. I've managed to export and import all my macros (though they all seem to be duplicated with a suffxed "1"). Most frustratingly I cannot import the settings, and thus lose alle triggers and hotkeys...
by drstuggi
Sun Aug 13, 2023 7:03 pm
Forum: Technical / Scripting
Topic: how to conditionally modify a programs hotkey behavior
Replies: 8
Views: 8107

Re: how to conditionally modify a programs hotkey behavior

I’m a noob. I’m sure it will make sense some day 🙂. Thanks!
by drstuggi
Sun Aug 13, 2023 6:44 pm
Forum: Technical / Scripting
Topic: how to conditionally modify a programs hotkey behavior
Replies: 8
Views: 8107

Re: how to conditionally modify a programs hotkey behavior

Ok. But shouldn’t the label start be on the first line?
by drstuggi
Sun Aug 13, 2023 5:12 pm
Forum: Technical / Scripting
Topic: how to conditionally modify a programs hotkey behavior
Replies: 8
Views: 8107

Re: how to conditionally modify a programs hotkey behavior

Thank. Will try that. Could you please explain the background for using this seemingly endless loop this would create?
by drstuggi
Sun Aug 13, 2023 1:21 pm
Forum: Technical / Scripting
Topic: CTRL-SPACE as a hotkey for a script
Replies: 1
Views: 5754

CTRL-SPACE as a hotkey for a script

How do I assign this? I am having trouble with making the OnEvent function work, so that seems dead end.
by drstuggi
Sun Aug 13, 2023 1:03 pm
Forum: Technical / Scripting
Topic: how to conditionally modify a programs hotkey behavior
Replies: 8
Views: 8107

Re: how to conditionally modify a programs hotkey behavior

Thank you for the quick reply. Unfortunately still doesnt work. I can't even get a message to show up with this code:

Code: Select all

//wait for F2 press
OnEvent>KEY_DOWN,VK113,0,ClickOK

//send ctrl-o to dialogue window
SRT>ClickOK
  MessageModal>F2 pressed
  //Press CTRL
  //send>o
  //Release CTRL
END>ClickOK
by drstuggi
Sat Aug 12, 2023 8:15 pm
Forum: Technical / Scripting
Topic: how to conditionally modify a programs hotkey behavior
Replies: 8
Views: 8107

how to conditionally modify a programs hotkey behavior

Hi everyone! I use a medical journal application on a daily basis. The F2 function key is used to affirm some, but unfortunately not all dialogue windows. For example in some cases I have to either manually clik "ok" button, or press an illogical key combination to dismiss the dialogue window. There...
by drstuggi
Mon Feb 15, 2021 7:29 pm
Forum: Technical / Scripting
Topic: Obtain session id of existing chrome session
Replies: 2
Views: 2012

Re: Obtain session id of existing chrome session

Alright, thanks for the quick reply
by drstuggi
Sun Feb 14, 2021 8:59 pm
Forum: Technical / Scripting
Topic: Obtain session id of existing chrome session
Replies: 2
Views: 2012

Obtain session id of existing chrome session

Hi. Is this possible? I need to click a chrome element in an existing session that has been automatically generated by a third party app. The url is unpredictable so I can’t use the chromestart function unfortunately
Sign up to our newsletter for free automation tips, tricks & discounts