StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Sherif Aliti  
#1 Posted : Monday, November 8, 2021 6:50:59 PM(UTC)
Sherif Aliti

Rank: Advanced Member

Reputation:

Groups: Approved
Joined: 2/16/2021(UTC)
Posts: 39
Albania
Location: Fier

Thanks: 25 times
Was thanked: 1 time(s) in 1 post(s)
After recording a macro, then on run (the macro has to do with copy and paste), the mouse and keyboard will halt.
I try with consume command but the mouse and keyboard will freeze, any suggestions?


Is there a option to change stop macro recording hotkey ? because ctrl+brak not work in mine case!

Thanks


Rob  
#2 Posted : Tuesday, November 23, 2021 4:35:43 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
I will have to add that to the list - there's currently no way to stop other than Control+Break.
thanks 1 user thanked Rob for this useful post.
Sherif Aliti on 11/23/2021(UTC)
Rob  
#3 Posted : Wednesday, November 24, 2021 2:09:13 AM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
Version 0.5.5.2 has support for a custom key to stop recording. Note this is not in the interface, so just add to Global Actions > Load/Unload > Load script
Change the 0x72 to the key you want by referring to the link in the code comment below
Code:
// See here to find the valid key code value for the key you want to press: 
// https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
StrokesPlus.Configuration.Settings.CustomMacroStopKey = 0x72; // F3
thanks 1 user thanked Rob for this useful post.
Sherif Aliti on 11/24/2021(UTC)
Sherif Aliti  
#4 Posted : Wednesday, November 24, 2021 12:39:03 PM(UTC)
Sherif Aliti

Rank: Advanced Member

Reputation:

Groups: Approved
Joined: 2/16/2021(UTC)
Posts: 39
Albania
Location: Fier

Thanks: 25 times
Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: Rob Go to Quoted Post
Version 0.5.5.2 has support for a custom key to stop recording. Note this is not in the interface, so just add to Global Actions > Load/Unload > Load script
Change the 0x72 to the key you want by referring to the link in the code comment below
Code:
// See here to find the valid key code value for the key you want to press: 
// https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
StrokesPlus.Configuration.Settings.CustomMacroStopKey = 0x72; // F3



StrokesPlus.Configuration.Settings.CustomMacroStopKey = 0x10+0x72; Trying CTRL+F3 not work!
Any idea ?




Rob  
#5 Posted : Wednesday, November 24, 2021 3:50:19 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
This was just a quick hack, it only supports a single key - so just use something that you don't need to press during recording a macro.
thanks 1 user thanked Rob for this useful post.
Sherif Aliti on 11/24/2021(UTC)
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.