Search found 7 matches

by Tiboru
20 Mar 2023, 10:08
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 326
Views: 116760

Re: MouseGestureL

@Pyonkichi, Thanks for the fix.
by Tiboru
18 Mar 2023, 02:38
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 326
Views: 116760

Re: MouseGestureL

Trying to create a hottkey (no matter what hk) that presses the '[' key, and AHK code for pressing the '[' key is not generated. Tab: Main Field: Action script Action: Generate key stroke Button: Add Field: Input key > '[' Button: Ok Result: Empty 'Action script' field PS MGL 1.4 with last fixes fro...
by Tiboru
28 Jan 2023, 03:36
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 326
Views: 116760

Re: MouseGestureL

@Pyonkichi Thanks for the fix.
by Tiboru
26 Jan 2023, 11:55
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 326
Views: 116760

Re: MouseGestureL

I can also use virtual code / scan code, but it is still impossible to specify '0' in the 'Description' field
by Tiboru
26 Jan 2023, 10:13
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 326
Views: 116760

Re: MouseGestureL

Trying to create a trigger for the '0' key (not Numlock block) Trigger Button Definition: Description: 0 Button Name: k0 Key String: 0 Press Ok, nothing. The dialog does not close, no any messages are displayed. Also tried values: test / test / 0 with same result. For the other triggers 1-9, everyth...
by Tiboru
15 May 2022, 09:11
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 326
Views: 116760

Re: MouseGestureL

The arrows are displayed incorrectly - in the interface and hints. arrows.png Would it be more correct to use the character codes from the 'Private Use Area'? MouseGestureL.ahk 3000 static DirD=0xF0EA, DirL=0xF0E7, DirR=0xF0E8, DirU=0xF0E9 3001 static Dir1=0xF0ED, Dir2=0xF0EA, Dir3=0xF0EE, Dir4=0xF0...
by Tiboru
12 Aug 2021, 09:49
Forum: Suggestions on Documentation Improvements
Topic: [2.0-beta.1] Custom Combinations example error: Duplicate hotkey
Replies: 1
Views: 1488

[2.0-beta.1] Custom Combinations example error: Duplicate hotkey

Hotkeys / Custom Combinations The prefix key loses its native function: In the above example, Numpad0 becomes a prefix key; but this also causes Numpad0 to lose its original/native function when it is pressed by itself. To avoid this, a script may configure Numpad0 to perform a new action such as o...

Go to advanced search