Search found 1272 matches

by Scr1pter
20 Jul 2020, 13:26
Forum: Ich brauche Hilfe
Topic: Bluetooth Numpad + Tastenkombination
Replies: 4
Views: 2417

Re: Bluetooth Numpad + Tastenkombination

Send Volume_Down und Send Volume_Up ist ja auch beides falsch.

Es fehlen die {}.
Send {Volume_Down}

Grüße
by Scr1pter
17 Jul 2020, 11:15
Forum: Ask for Help (v1)
Topic: Longpress Capslock (KeyWait)
Replies: 4
Views: 1492

Re: Longpress Capslock (KeyWait)

I mean the order.
Which condition gets checked first.
It's better readable if short comes first, then long.
But as said, I had bad experiences so I switched the conditions.

Cheers!
by Scr1pter
17 Jul 2020, 07:27
Forum: Ask for Help (v1)
Topic: Longpress Capslock (KeyWait)
Replies: 4
Views: 1492

Re: Longpress Capslock (KeyWait)

Hi, I made bad experience, so try the other way around: CapsLock:: KeyWait, CapsLock, T1 If ErrorLevel = 1 MsgBox, Long-press Else MsgBox, short-press. return I preferred your way too Short -> Long, but there was always some problem. That's why I switched to Long -> Short Perhaps you should replace ...
by Scr1pter
17 Jul 2020, 03:45
Forum: Off-topic Discussion
Topic: Where is jeeswg?
Replies: 18
Views: 7436

Re: Where is jeeswg?

Very sad that he got banned!
I liked him, yet I respect the mods' decisions.

Best regards
by Scr1pter
14 Jul 2020, 01:55
Forum: Ask for Help (v1)
Topic: How to loop Ctrl+V?
Replies: 1
Views: 871

Re: How to loop Ctrl+V?

Code: Select all

Pause::
Pause
return

Esc::
ExitApp
return

F1::
Loop
{
  Send ^v
  Sleep, 5
}
return
by Scr1pter
09 Jul 2020, 07:03
Forum: Ich brauche Hilfe
Topic: Hotstring mit Überlänge ...
Replies: 8
Views: 2151

Re: Hotstring mit Überlänge ...

@Rohwedder:
War nicht böse gemeint :)
Keiner hier wollte deine Hilfe in Frage stellen ;)

Grüße
by Scr1pter
09 Jul 2020, 05:38
Forum: Ich brauche Hilfe
Topic: Hotstring mit Überlänge ...
Replies: 8
Views: 2151

Re: Hotstring mit Überlänge ...

Ich stimme just me voll und ganz zu.
Dann doch lieber Strg+Shift+Alt+F1 statt 'nem Tagebucheintrag, der als Hotstring dienen soll :P

Grüße
by Scr1pter
07 Jul 2020, 13:18
Forum: Ich brauche Hilfe
Topic: Text Strings einfügen auf Basis von "Kurzstrings"
Replies: 5
Views: 3136

Re: Text Strings einfügen auf Basis von "Kurzstrings"

Hallo und willkommenen! Hotstrings werden so definiert: ::lgr:: Zum sofortigen Einfügen von Text kannst du einfach eine Funktion erstellen und dieser einen Parameter übergeben. Text_Einfügen(text) { clipBackup := Clipboard ; Backup Zwischenablage Clipboard := text ; Zuweisung des Wertes Sleep, 10 ; ...
by Scr1pter
06 Jul 2020, 04:54
Forum: Ask for Help (v1)
Topic: Show Desktop
Replies: 3
Views: 1785

Re: Show Desktop

Hi and welcome,

How about:

Code: Select all

LCtrl::
Send #d
return
:?:

Keep in mind that you will lose the normal LCtrl functionality!
With ~LCtrl:: you could still use LCtrl's normal function, but in this case I think it won't make any sense.

Cheers!
by Scr1pter
06 Jul 2020, 01:37
Forum: Ich brauche Hilfe
Topic: Wechsel zum vorherigen Fenster
Replies: 2
Views: 1940

Re: Wechsel zum vorherigen Fenster

Hallo, vielleicht hattest du es falsch geschrieben. Versuch mal Send !+{Tab} Frage: Muss es unbedingt diese MausIstÜber-Funktion sein? Falls nein, könntest du auch mit ControlSend arbeiten. https://ahkde.github.io/docs/commands/ControlSend.htm Dann bräuchtest du weder auf das VLC-Fenster zu gehen no...
by Scr1pter
04 Jul 2020, 06:49
Forum: Gaming Help (v1)
Topic: Break and Continue
Replies: 4
Views: 2166

Re: Break and Continue

Hello and welcome, Your very first post can only be understood by Uri Geller or Magnus Carlsen. Your second post is a bit better. Where do the values come from? And what's the exact aim if your script? q:: ; Remember that Q = Shift+q Loop { Send 1 if var = e { break } if var = t { continue } Sleep, ...
by Scr1pter
04 Jul 2020, 06:34
Forum: Ask for Help (v1)
Topic: Key combination
Replies: 7
Views: 3091

Re: Key combination

How about: Joy1:: while GetKeyState("Joy2", "P") ; While Joy2 being held: { MsgBox, both are pressed } return Joy2:: while GetKeyState("Joy1", "P") ; While Joy1 being held: { MsgBox, both are pressed } return :?: I'm in another country but have also my laptop here. Let me know if it doesn't work. Th...
by Scr1pter
03 Jul 2020, 15:16
Forum: Ask for Help (v1)
Topic: Key combination
Replies: 7
Views: 3091

Re: Key combination

Yes, I solved it a while ago:
https://www.autohotkey.com/boards/viewtopic.php?f=76&t=74222&p=320797#p320797

Work with
while GetKeyState

Cheers!
by Scr1pter
03 Jul 2020, 12:07
Forum: Ich brauche Hilfe
Topic: StopStart
Replies: 4
Views: 1438

Re: StopStart

Ja, das wollte ich eigentlich noch mit hinschreiben.
(Es auch ohne Application zu probieren. )
Versuch es mal so, wie gregster es empfiehlt.

Grüße
by Scr1pter
03 Jul 2020, 12:05
Forum: Forum Issues
Topic: Code box line numbers drift off
Replies: 43
Views: 18190

Re: Code box line numbers drift off

@boiler:
Yes, and now it works.
Thanks!
by Scr1pter
03 Jul 2020, 08:55
Forum: Ich brauche Hilfe
Topic: Lange Textbausteine schnell erscheinen lassen
Replies: 15
Views: 5412

Re: Lange Textbausteine schnell erscheinen lassen

Isn Bug, normalerweise erscheinen die Zeilennummern,
damit man z.B. sagen kann "Prüf mal Zeile 21".
Ist einfacher als Codezeilen zu kopieren und einzufügen.

Hat bisher immer funktioniert.

Grüße
by Scr1pter
03 Jul 2020, 08:50
Forum: Forum Issues
Topic: Code box line numbers drift off
Replies: 43
Views: 18190

Re: Code box line numbers drift off

For me it does not work.
It only adds a tab, but no numbers get shown.
Screenshot_20200703-164958_Chrome.jpg
Screenshot_20200703-164958_Chrome.jpg (67.22 KiB) Viewed 5029 times
P.S. Galaxy S8, newest browser update. (Did not work before either)

Cheers!
by Scr1pter
03 Jul 2020, 08:42
Forum: Ich brauche Hilfe
Topic: StopStart
Replies: 4
Views: 1438

Re: StopStart

Hallo, du könntest versuchen, das komplett mit AHK zu realisieren. Beispiel: ^F1:: ; Strg+F1 recorder := ComObjCreate("WaveLab.Recorder.Application") recorder.Stop() recorder.Record() return Du speicherst und startest das Skript, damit du es jederzeit mit Strg+F1 starten kannst. Bezüglich der Syntax...

Go to advanced search