Search found 23 matches

by schwarzgrau
12 Nov 2015, 18:34
Forum: Scripts and Functions (v1)
Topic: Multiple shortcuts on Wacom "Express Keys"
Replies: 2
Views: 2559

Re: Multiple shortcuts on Wacom "Express Keys"

Thank you for your advice and for the useful tip with A_TickCount . And I'm happy hearing my code doesn't look that bad, since this is the first time trying to code something for AHK. The keys on my Wacom device behave a little bit different, then regular keys: Autorepeat seems to be off, so let's s...
by schwarzgrau
12 Nov 2015, 12:08
Forum: Scripts and Functions (v1)
Topic: Multiple shortcuts on Wacom "Express Keys"
Replies: 2
Views: 2559

Multiple shortcuts on Wacom "Express Keys"

I tried to access the "Express Keys" of my Wacom Cintiq Companion to get more than one hotkey out of a button. Most of the time, KeyWait is used for things like this, but the KeyboardHook brakes this function on my Express Keys. Since I didn't find something about it I wrote some code, which avoids ...
by schwarzgrau
11 Nov 2015, 11:31
Forum: Ask for Help (v1)
Topic: Second script blocks first, if used on Wacom Expresskeys
Replies: 13
Views: 3488

Re: Second script blocks first, if used on Wacom Expresskeys

Thanks to your help I wrote all parts of the script I need. I thought maybe I should share it in the Script and Functions section for other users which uses the wacom express-keys or similar buttons. All of them work for my purpose, but maybe I could simplify some things or make them more stable. DO...
by schwarzgrau
11 Nov 2015, 06:31
Forum: Ask for Help (v1)
Topic: Second script blocks first, if used on Wacom Expresskeys
Replies: 13
Views: 3488

Re: Second script blocks first, if used on Wacom Expresskeys

Your question suggests that I have to define a F8:: hotkey, but since I don't need a hotkey there, is there something I can set on F8:: what does nothing at all?
by schwarzgrau
11 Nov 2015, 05:42
Forum: Ask for Help (v1)
Topic: Second script blocks first, if used on Wacom Expresskeys
Replies: 13
Views: 3488

Re: Second script blocks first, if used on Wacom Expresskeys

Sorry I didn't understood before. I hope I got it now and thank you for your patience This part continously sends out CTRL+ALT if pressed long and a single time SHIFT+HOME if double tapped F7:: If (A_PriorHotKey = "F7" AND A_TimeSincePriorHotkey < 500) { SendInput +{Home} ;DOUBLE - shiftHome - RotRe...
by schwarzgrau
10 Nov 2015, 17:36
Forum: Ask for Help (v1)
Topic: Second script blocks first, if used on Wacom Expresskeys
Replies: 13
Views: 3488

Re: Second script blocks first, if used on Wacom Expresskeys

Sorry, some things still confusing me, I'm using AHK only since 5 days, I'm not familiar with everything. And is this "regular" key shown as artificial? I suppose it would be, since it is. Yea, if I press one of the Express-Keys they get listed in the KeyHistory, if I map a regular keyboard function...
by schwarzgrau
10 Nov 2015, 05:56
Forum: Ask for Help (v1)
Topic: Second script blocks first, if used on Wacom Expresskeys
Replies: 13
Views: 3488

Re: Second script blocks first, if used on Wacom Expresskeys

The KeyHistory only show them if I map a "regular" key on them. If I use one of the "special features" like "touch controls on" nothing is displayed in the KeyHistory Neither F8 up:: , nor F8 Up:: seems to be avaible in AHK, but A_Priorhotkey and A_TimeSincePriorHotkey are a great suggestion. Unfort...
by schwarzgrau
09 Nov 2015, 09:57
Forum: Forum Issues
Topic: Can't set avatar or upload images
Replies: 7
Views: 3297

Re: Can't set avatar or upload images

tank wrote:known issue but the recent server issues keep pulling me away from fixing it
At least it's "only" a bug, so I guess it will be fixed some day. Thank you.
by schwarzgrau
09 Nov 2015, 09:51
Forum: Ask for Help (v1)
Topic: Second script blocks first, if used on Wacom Expresskeys
Replies: 13
Views: 3488

Re: Second script blocks first, if used on Wacom Expresskeys

Of course not, I thought maybe the keys are some kind of "virtual keys" or something like this and there could be a known fix for my problem.
by schwarzgrau
09 Nov 2015, 09:38
Forum: Forum Issues
Topic: Can't set avatar or upload images
Replies: 7
Views: 3297

Re: Can't set avatar or upload images

Maybe my pictures were a bit confusing. The two images doesn't have a connection, I only thought they maybe share the same reason. The top one is the one from the profile settings, but there isn't a way to upload a picture. The bottom one is from the Attachments-tab, which shows if you create a new ...
by schwarzgrau
09 Nov 2015, 09:27
Forum: Forum Issues
Topic: Can't set avatar or upload images
Replies: 7
Views: 3297

Can't set avatar or upload images

As the title already says, I can't set an avatar, it looks like this

Image


And if I try to upload an attachment it looks like this

Image

I thought it could be restriction for new users, but I didn't find anything about it on the forum.
by schwarzgrau
09 Nov 2015, 07:19
Forum: Ask for Help (v1)
Topic: Second script blocks first, if used on Wacom Expresskeys
Replies: 13
Views: 3488

Second script blocks first, if used on Wacom Expresskeys

I'm using a Wacom Cintiq Companion 2, running Windows 10. The Companion has some "ExpressKeys" on the left, which I want to control with AutoHotkey, to get more shortcuts out of them. http://www.eventus.si/en/iimg/7859/480x320/i.jpg So I used the Wacom-driver to map the F-keys to the buttons and wro...
by schwarzgrau
04 Nov 2015, 07:09
Forum: Ask for Help (v1)
Topic: script stopped working after adding a second script
Replies: 10
Views: 4364

Re: script stopped working after adding a second script

Shit! In the beginning the LWin command didn't worked with Keywait if I use it on my regular keyboard or on the Expresskeys of my Wacom Cintiq and since the script should work on the Cintiq I lastly tested it only on the Cintiq. BUT everything works if I use the script on my regular keyboard, only i...
by schwarzgrau
03 Nov 2015, 20:10
Forum: Ask for Help (v1)
Topic: script stopped working after adding a second script
Replies: 10
Views: 4364

Re: script stopped working after adding a second script

I guess you're right. Every part of the script which uses Keywait stops working if using Lwin anywhere in the script, but also if I use Alt or #IfWinActive . Never thought about it, but maybe you're right about the keyboard-layout too, even if I can't imagine to be the first with a german keyboard-l...
by schwarzgrau
03 Nov 2015, 16:51
Forum: Ask for Help (v1)
Topic: script stopped working after adding a second script
Replies: 10
Views: 4364

Re: script stopped working after adding a second script

My F10 hotkey procedure sends out {Right} if pressed short and k if pressed long. If I add LWin to the script it still sends out {Right} but not k. Unfortunately I already tried ~LWin , $LWin , *LWin , a & LWin and also LWin::x x:: But as soon, as I add LWin (or RWin ) to my script a lot of stuff st...
by schwarzgrau
03 Nov 2015, 05:09
Forum: Ask for Help (v1)
Topic: script stopped working after adding a second script
Replies: 10
Views: 4364

Re: script stopped working after adding a second script

No unfortunately not. It's a pretty short script, since I just want to test if every hotkey procedure works to write the whole thing. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Inp...
by schwarzgrau
02 Nov 2015, 20:01
Forum: Ask for Help (v1)
Topic: script stopped working after adding a second script
Replies: 10
Views: 4364

Re: script stopped working after adding a second script

Ya you're right. Everything seems to work as it should. I tried to edit your version back to mine and if I'm right, it has something to do with the LWin:: command, but I don't know why it causes this error in the other script.
by schwarzgrau
02 Nov 2015, 16:47
Forum: Ask for Help (v1)
Topic: script stopped working after adding a second script
Replies: 10
Views: 4364

script stopped working after adding a second script

I wrote this script for my F13 key, which sends out k if pressed long and right if pressed short. F13:: KeyWait, F13, T0.5 If ErrorLevel { SendInput k ;LONG - k KeyWait, F13 }Else { SendInput {Right} ;SHORT - right } Return It works like it should, but if I add this toggle script for the win-key to ...
by schwarzgrau
02 Nov 2015, 09:21
Forum: Ask for Help (v1)
Topic: single press, double press and long press
Replies: 11
Views: 30669

Re: single press, double press and long press

I found this on the documentation, but if I use Lwin::Return I completely disable it and can't use it afterwards right?

Go to advanced search