Search found 22 matches

by drabne
12 Apr 2015, 07:36
Forum: Wish List
Topic: multi finger touch gestures
Replies: 15
Views: 18186

Re: multi finger touch gestures

Let me ask you Lexikos if you have since last spring changed your minds about touch gesture support? Are there any known new features in Windows 10 that would make it easier to add such support? Another thread discussed the third party tool TouchMe, http://ahkscript.org/boards/viewtopic.php?f=22&t=4...
by drabne
02 Nov 2014, 16:38
Forum: Other Utilities & Resources
Topic: global multi finger touch gestures in Win 8 with TouchMe
Replies: 13
Views: 11819

Re: global multi finger touch gestures in Win 8 with TouchMe

AHK DLL ... installed into the TouchMe directory ... 1. User Opens TouchMe Gesture Studio 2. User chooses a gesture 3. User chooses the action "AHK Script" 4. A textbox is provided 5. User can then type in their desired AHK script directly into the TMGS UI Do you mean the yser would type their ahk ...
by drabne
10 Oct 2014, 07:11
Forum: Other Utilities & Resources
Topic: global multi finger touch gestures in Win 8 with TouchMe
Replies: 13
Views: 11819

Re: global multi finger touch gestures in Win 8 with TouchMe

1. Users configure touch gestures to trigger actions via an .ahk script (this seems to be what OP is looking for) Yes. But more generally I'm for anything that makes it simpler to setup TouchMe gestures to trigger AHK actions. In the best case the touch gesture actions would for the AHK script writ...
by drabne
08 Oct 2014, 10:45
Forum: Other Utilities & Resources
Topic: global multi finger touch gestures in Win 8 with TouchMe
Replies: 13
Views: 11819

Re: global multi finger touch gestures in Win 8 with TouchMe

~~topic moved to "Ask For Help"~~ Well I both posted information about "working scripts, libraries and tools" and then tagged on a request so I guess either subforum fits. maybe sending keys custom wierd keys like Ctrl+Shift+Alt+F7?? That already works. But you have to first set up the gesture-to-h...
by drabne
07 Oct 2014, 13:26
Forum: Other Utilities & Resources
Topic: global multi finger touch gestures in Win 8 with TouchMe
Replies: 13
Views: 11819

global multi finger touch gestures in Win 8 with TouchMe

I earlier requested built in multi finger touch gestures for AutoHotkey. I have since then discovered the third party tool TouchMe , a free Windows store app GUI for gesture setup and a 30 day trial commercial "engine" that does the underlying work. TouchMe supports 2 to 5 finger input with gestures...
by drabne
04 Sep 2014, 05:05
Forum: Scripts and Functions (v1)
Topic: [x64 & x32 fix] DeskIcons - Get/Set Desktop Icon Positions
Replies: 80
Views: 30729

Re: [x64 & x32 fix] DeskIcons - Get/Set Desktop Icon Positio

This function doesn't work for me in Win 8.1 x64
by drabne
26 Aug 2014, 14:45
Forum: Ask for Help (v1)
Topic: AHKHID and touch input
Replies: 2
Views: 3664

Re: AHKHID and touch input

I'm afraid not. I posted a request here earlier but it hasn't caught on. Since touch input is available in more and more Windows computers, the Surface Pro 3 being a prominent recent example, I think Autohotkey should aim for built in support for touch hotkeys and gestures, just like it supports key...
by drabne
20 Jun 2014, 02:14
Forum: Scripts and Functions (v1)
Topic: Basic windows 8 touchscreen tap recognition
Replies: 18
Views: 12374

Re: Basic windows 8 touchscreen tap recognition

Nice, the sample code works well. Will we be able to add touch actions to other (non ahk GUI) windows using this method? I tried replacing "touchscreen tap test" in the WinGet row to some other windows but then registerResult was 0 and nothing happens.
by drabne
19 Jun 2014, 17:15
Forum: Ask for Help (v1)
Topic: read VLC player timeline tooltip data
Replies: 7
Views: 4006

Re: read VLC player timeline tooltip data

LeefMe: Tried it, as you say the QWidget looks to be the problem. Useful script for another occasion though. strobo: I browsed through the source of the .ahk on the link but found no command there to capture the tooltip position on mouse over a point on the timeline (not the position the video is cu...
by drabne
19 Jun 2014, 07:35
Forum: Ask for Help (v1)
Topic: read VLC player timeline tooltip data
Replies: 7
Views: 4006

read VLC player timeline tooltip data

As the title says, I want to read the data (a time position like "16:57" ) in the small tooltip that VLC player shows on mouse over a position on the timeline when playing a video. The tooltip is always above the mouse so I'm not able to see it in AU3_Spy.
by drabne
23 Apr 2014, 16:10
Forum: Ask for Help (v1)
Topic: identify image bit depth? Topic is solved
Replies: 10
Views: 6267

Re: identify image bit depth? Topic is solved

Works like a charm!
by drabne
13 Apr 2014, 13:46
Forum: Ask for Help (v1)
Topic: read photo exif date taken including seconds
Replies: 4
Views: 4471

read photo exif date taken including seconds

I want to read the date taken EXIF data from photo images using the native method from here: http://www.autohotkey.com/board/topic/61855-exif-data-natively-and-com-ahk-l/ It works but I only get data of the format year-month-day hour:minute . No seconds are included. If I check the EXIF in an image ...
by drabne
28 Mar 2014, 11:09
Forum: Ask for Help (v1)
Topic: help with this script
Replies: 6
Views: 2150

Re: help with this script

You can also shorten the code like this

Code: Select all

Yr = 2015
Mth = 07
months = January|February|March|April|May|June|July|August|September|October|November|December
Loop, Parse, months,|
 if (a_index == Mth) or (a_index == "0" . Mth)
  MNm := A_LoopField 
Send , %Mth% %Yr% %MNm% %Yr%
by drabne
15 Mar 2014, 05:39
Forum: Wish List
Topic: multi finger touch gestures
Replies: 15
Views: 18186

Re: multi finger touch gestures

Thanks for the reply. Since you are (AFAIK) the main autohotkey developer things now look grim for my wish. I hope some other dev jumps in and works on this feature. I read some estimate claiming that next year most new Windows laptops/ultrabooks will come with touchscreens.
by drabne
14 Mar 2014, 10:43
Forum: Ask for Help (v1)
Topic: AHKHID and touch input
Replies: 2
Views: 3664

AHKHID and touch input

I want to use touch screen input as hotkeys on a Windows 8 device and have a "wish list" post about that here . I've tried AHKHID but run into problems. Here is what I've tried: Download example_1.ahk , example_2.ahk and AHKHID.ahk Place a copy of AHKHID.ahk in C:\Program Files\Autohotkey\Lib Place ...
by drabne
14 Mar 2014, 07:59
Forum: Wish List
Topic: multi finger touch gestures
Replies: 15
Views: 18186

Re: multi finger touch gestures

I renew my wish here. I did some additional online searches for touch input tools for Windows 8 but came up mostly empty handed. I found Gesture2Launch but it is closed source and only works when the charms bar is open. If touch input versions MouseGetPos and GetKeyState() was added we could easily ...
by drabne
27 Feb 2014, 14:13
Forum: Wish List
Topic: multi finger touch gestures
Replies: 15
Views: 18186

multi finger touch gestures

Hi, I'm combining two posts I made in the old forum as one new wish here. Many new Windows laptops, and tablets of course, have multi finger touchscreens. Is any work going on to support touch gestures, or at least touch input (one finger press, two finger and hold, and so on) as hotkeys in AHK? I'v...
by drabne
20 Feb 2014, 11:51
Forum: Ask for Help (v1)
Topic: resize window beyond maximum and save window screenshot
Replies: 5
Views: 3170

Re: resize window beyond maximum and save window screenshot

While a good solution is provided I'm now interested in ways to extend it. If anyone discovers a browser (or specific browser setting in Firefox/Chrome/IE) that reliable can capture browser window content larger than 8000x8000 with this script, post the details here. (I know this takes things off to...
by drabne
17 Feb 2014, 12:20
Forum: Ask for Help (v1)
Topic: resize window beyond maximum and save window screenshot
Replies: 5
Views: 3170

Re: resize window beyond maximum and save window screenshot

You are right, the upper limit is application dependent. I got Firefox up to 8000x8000 and that is good enough. Thank you for providing a solution.

Go to advanced search