Search found 16 matches

by Antony
26 May 2021, 14:42
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171219

Re: Radial menu scripts

Thank you comvox for detailed answer, Yesterday I downloaded the program, and couldn't find any documentation - the links on the tutorial video and site are broken, no help inside of the main window... But thanks to you I re-checked the folder and found there Help.html. I think it's a good starting ...
by Antony
25 May 2021, 14:34
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171219

Re: Radial menu scripts

Following up questions :) 2. According to the head pictures, it is possible to create similar 8-items pie-menus: 2021-05-25193002.jpg I guess I need proper skin for that? Can anybody upload it (as far as the official site isn't available)? 3. Can I create multiple menus for an application, and assig...
by Antony
25 May 2021, 13:57
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171219

Re: Radial menu scripts

Hello,
Just downloaded Radial menu.
Unfortunately the website is no longer available. Is there other source for help documentation and the tutorial video?
by Antony
25 May 2021, 13:14
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 315
Views: 109415

Re: MouseGestureL

Hello @comvox ,
Oh, it looks very interesting. Thank you for the link! :)
by Antony
25 May 2021, 09:55
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 315
Views: 109415

Re: MouseGestureL

Hello Pyonkichi , For a long I have been looking for a tool able to implement pie-menus into 3D programs without such a functionality. As far as I've learned with your awesome MouseGestureL we can create 8-direction gestures, and it has the same core functionality as 8-items pie menus such these 202...
by Antony
03 Jul 2020, 04:54
Forum: Ask for Help (v1)
Topic: Logitech G600 mouse with 20+ buttons onboard
Replies: 13
Views: 8536

Re: Logitech G600 mouse with 20+ buttons onboard

scriptor2016 Wow! We have such a unique functionality inside of Blender, but get it for the whole system - it's awesome! Thank you for sharing it! I think dbl-press and hold are the most useful. 3-4 etc. are too "clickier" in terms or ergonomic. I checked the script, and it works perfectly. But I h...
by Antony
02 Jul 2020, 10:24
Forum: Ask for Help (v1)
Topic: AutoHotKey Keyboard Press Length
Replies: 8
Views: 3664

Re: AutoHotKey Keyboard Press Length

@boiler
Thanks for info :thumbup:
by Antony
02 Jul 2020, 09:24
Forum: Ask for Help (v1)
Topic: AutoHotKey Keyboard Press Length
Replies: 8
Views: 3664

Re: AutoHotKey Keyboard Press Length

Ok, got it.
boiler wrote:
02 Jul 2020, 08:36
Sleep 100 being embedded isn’t really doing what you think either.
Hmm.... isn't it holding Ctrl and Spacebar for 100ms? At least it works like that in an application...
by Antony
02 Jul 2020, 09:18
Forum: Ask for Help (v1)
Topic: Logitech G600 mouse with 20+ buttons onboard
Replies: 13
Views: 8536

Re: Logitech G600 mouse with 20+ buttons onboard

Scr1pter Thank you so much! It would took me a year to figure out how to create and switch profiles! :clap: Checked the syntax and added a string for initial profile: #if WinActive("ahk_class Notepad++") { appProfile = 1 } F24:: appProfile++ if appProfile = 4 { appProfile = 1 } return #if WinActive...
by Antony
02 Jul 2020, 07:27
Forum: Ask for Help (v1)
Topic: Logitech G600 mouse with 20+ buttons onboard
Replies: 13
Views: 8536

Re: Logitech G600 mouse with 20+ buttons onboard

But I think you have some little logic error (German English :) ) Instead of creating several profiles in G Hub, you can use just one (F13 till F24) and work with AHK's #if WinActive This means your mouse buttons will always send F13 till F24, but depending on the active window, AHK will perform di...
by Antony
02 Jul 2020, 07:14
Forum: Ask for Help (v1)
Topic: Logitech G600 mouse with 20+ buttons onboard
Replies: 13
Views: 8536

Re: Logitech G600 mouse with 20+ buttons onboard

You could also use key combinations as F13+F14 F13+F15 etc. Yes, you're right. And I'm using it already: 2020-07-02_170308.jpg But the problem is I can use only ONE (F24 at the picture) button as switcher. All other buttons are at the side panel I can press with thumb only. One button at a time. So...
by Antony
02 Jul 2020, 06:47
Forum: Ask for Help (v1)
Topic: AutoHotKey Keyboard Press Length
Replies: 8
Views: 3664

Re: AutoHotKey Keyboard Press Length

boiler Thank you, it's exactly what I was looking for! I've made the same: F16:: send, {Ctrl down}{Space down} KeyWait, F16 send,{Space up}{Ctrl up} Return It works well! But can this be written with less strings? Similar like this one: F16:: send, {Ctrl down}{Space down}{Sleep 100}{Space up}{Ctrl ...
by Antony
02 Jul 2020, 00:52
Forum: Ask for Help (v1)
Topic: Logitech G600 mouse with 20+ buttons onboard
Replies: 13
Views: 8536

Re: Logitech G600 mouse with 20+ buttons onboard

I've always just doubled-up on each key so that one key will do a bunch of different things. You're probably way ahead of me, but I have a few scripts that will do something if a key is pressed once, and if pressed twice it will do something else, then 3,4,5,6 times or whatever. This way, just one ...
by Antony
01 Jul 2020, 13:49
Forum: Ask for Help (v1)
Topic: Logitech G600 mouse with 20+ buttons onboard
Replies: 13
Views: 8536

Re: Logitech G600 mouse with 20+ buttons onboard

It's already there inside of Logitech G HUB:
2020-07-01_234505.jpg
2020-07-01_234505.jpg (15.47 KiB) Viewed 7924 times
We can drug and drop it.
But these are only 12 keys I know we can use
by Antony
01 Jul 2020, 13:33
Forum: Ask for Help (v1)
Topic: Logitech G600 mouse with 20+ buttons onboard
Replies: 13
Views: 8536

Re: Logitech G600 mouse with 20+ buttons onboard

Thanks for the answer. But I already know such things :) I've been using AHK for quite some time but on a very basic level. As an example of my pipeline: 2020-07-01_231944.jpg So I asked 2 direct questions above. I need either assign additional "free" F-like keys, or be able to get the keys ID insid...
by Antony
01 Jul 2020, 12:11
Forum: Ask for Help (v1)
Topic: Logitech G600 mouse with 20+ buttons onboard
Replies: 13
Views: 8536

Logitech G600 mouse with 20+ buttons onboard

Hello, I have Logitech G600 mouse with 20 buttons onboard. Also, with G-shift button it's possible to almost double such an amount: 2020-07-01_212245.jpg www.logitechg.com /en-us/products/gaming-mice/g600-mmo-gaming-mouse.910-002864.html I'm a 3D modeler and use it with Blender. As far as I know, th...

Go to advanced search