Search found 8 matches
- 06 May 2022, 16:05
- Forum: HOW-TOs and documentation
- Topic: Picking up X and Y current mouse location and add a value
- Replies: 0
- Views: 6942
Picking up X and Y current mouse location and add a value
Hello. I'm trying this script: 'HIDmacros command HIDMacros.SendKeys "f" Dim MyVar MyVar = pos.x HIDMacros.MouseClick MyVar, 483, 1 My intention is to tell HidMacros to recognize the current mouse X position, and add a 15 pixel offset through "MyVar", then Left mouse click to accept. I get an error ...
- 06 May 2022, 13:06
- Forum: HOW-TOs and documentation
- Topic: [HIDMacros] - Repeating a progresive +3º increment in X axis roll, after keypress
- Replies: 2
- Views: 7646
Re: [HIDMacros] - Repeating a progresive +3º increment in X axis roll, after keypress
Please help me.
I wish to know how to input a command for the sequence to "wait" until it triggers the next commands.
I also need to know how to tell the current position of the cursor to move in its X current position+5. Pause, and then continue
with the next set of instructions.
Please help.
I wish to know how to input a command for the sequence to "wait" until it triggers the next commands.
I also need to know how to tell the current position of the cursor to move in its X current position+5. Pause, and then continue
with the next set of instructions.
Please help.
- 16 Dec 2021, 19:11
- Forum: HOW-TOs and documentation
- Topic: [HIDMacros] - Repeating a progresive +3º increment in X axis roll, after keypress
- Replies: 2
- Views: 7646
Re: [HIDMacros] - Repeating a progresive +3º increment in X axis roll, after keypress
I also tried to feed the buffer with a variable to keep adding to positive degree numbers, but it doesn't work.
Please help.
Please help.
Code: Select all
'HIDmacros command
Dim rot
rot = HIDMacros.GetBuffer
HIDMacros.SendKeys "r,x,rot"
HIDMacros.ClearBuffer
- 16 Dec 2021, 19:10
- Forum: HOW-TOs and documentation
- Topic: [HIDMacros] - Repeating a progresive +3º increment in X axis roll, after keypress
- Replies: 2
- Views: 7646
[HIDMacros] - Repeating a progresive +3º increment in X axis roll, after keypress
Hi. I am using Blender and HidMacros. CONTEXT OF THE FUNCTION On my regular typing keyboard, I'd press "R"(rotate mode), then "X" (lock axis), and then move the mouse left or right and this will (internally) increment the rotation by 1º positive or 1º negative depending on the mouse position towards...
- 02 Oct 2021, 07:41
- Forum: HOW-TOs and documentation
- Topic: Keys identified in Usb extra Numpad (Keyboard 2) but also from "keyboard 1". Help.
- Replies: 5
- Views: 12862
Re: Keys identified in Usb extra Numpad (Keyboard 2) but also from "keyboard 1". Help.
Cool. Let's talk about "capturing the keystroke" before it's sent to Windows regular functions, because I feel this is where my problem currently is. I use Blender which is a 3d software. I can configure the F13 keypress on windows for Blender to pick up the keystroke using PowerToys Keyboard key as...
- 26 Sep 2021, 16:06
- Forum: HOW-TOs and documentation
- Topic: Numeric Pad's ENTER key ?
- Replies: 9
- Views: 32304
Re: Numeric Pad's ENTER key ?
Hi @Admin. When I try your above code, the flag always changes: https://imgur.com/hz7JtjQ Could you please help us get a function out of the flag like you mentioned in your previous post (as a callback?) Could you share the actual code to do this, please? I know my device ID to identify the secondar...
- 06 Sep 2021, 21:32
- Forum: HOW-TOs and documentation
- Topic: Keys identified in Usb extra Numpad (Keyboard 2) but also from "keyboard 1". Help.
- Replies: 5
- Views: 12862
Re: Keys identified in Usb extra Numpad (Keyboard 2) but also from "keyboard 1". Help.
Thank you for your reply Admin. I will remove the first call lmc_device_set_name as you mentioned. I am figuring some people use "mirroring commands" from the first keyboard to new keystrokes on secondary NumPad keyboard, while others create "totally new keystroke calls (F13-F24)" on the secondary. ...
- 05 Sep 2021, 04:50
- Forum: HOW-TOs and documentation
- Topic: Keys identified in Usb extra Numpad (Keyboard 2) but also from "keyboard 1". Help.
- Replies: 5
- Views: 12862
Keys identified in Usb extra Numpad (Keyboard 2) but also from "keyboard 1". Help.
Hi, I just bought a Genius USB Numpad so I can use it as an extra set of trigger keys for different applications. Keyboard 1 has id: 2B852B30 and Keyboard 2 has id: 2866AC2B I assigned Keyboard 1 to be called "Streamdeck" My issue is that when using "0" on the USB numpad extra keyboard (Streamdeck),...