Search found 346 matches
- 03 Jan 2021, 13:43
- Forum: Suggestions on documentation improvements
- Topic: Something is wrong with color table
- Replies: 4
- Views: 135
Re: Something is wrong with color table
Question: is there a chance to represent some lines of help file regardless of color theme? Otherwise it could mislead less experienced user as me. Not currently, but I have submitted some changes on GitHub to improve the dark theme, including fixes for these issues. It will take a while for these ...
- 31 Dec 2020, 05:19
- Forum: Offtopic
- Topic: What Software Does Autohotkey.com Use For Documentation?
- Replies: 3
- Views: 118
Re: What Software Does Autohotkey.com Use For Documentation?
No documentation software was used. Everything is created on our own. All you need is free time, a decent text editor and knowledge about HTML and JavaScript 

- 29 Dec 2020, 10:09
- Forum: Suggestions on documentation improvements
- Topic: Progress bar color is shown with wrong color
- Replies: 2
- Views: 97
- 29 Dec 2020, 10:01
- Forum: Suggestions on documentation improvements
- Topic: Something is wrong with color table
- Replies: 4
- Views: 135
Re: Something is wrong with color table
The colors are inverted. Simply click the "Use dark/light theme" button in the toolbar at the top to ensure a correct appearance of the colors.
- 21 Dec 2020, 05:23
- Forum: Suggestions on documentation improvements
- Topic: Per-Drive Default Directory
- Replies: 3
- Views: 103
Re: Per-Drive Default Directory
In AutoHotkey v1, this is called "initial working directory" and is intended to be so; this is, the script's working directory defaults to the "initial working directory". If you want to use the script's location as working directory instead, use SetWorkingDir % A_ScriptDir in the auto-execute secti...
- 30 Nov 2020, 07:46
- Forum: Ich brauche Hilfe
- Topic: ActiveX , WB.Navigate , Shell.Explorer ,Skript Fehler Topic is solved
- Replies: 4
- Views: 954
Re: ActiveX , WB.Navigate , Shell.Explorer ,Skript Fehler Topic is solved
Um einfach nur eine Webseite zu öffnen, genügt Folgendes: Run https://www.google.com Alternativen zur ActiveX-Vorgehensweise sind mir nicht bekannt, aber es gibt Möglichkeiten, das IE7-Problem zu umgehen. Einfach danach googeln, mit Suchbegriffen wie (in Kombination mit "autohotkey"): FixIE oder IE=...
- 30 Nov 2020, 06:58
- Forum: Ich brauche Hilfe
- Topic: UWP Apps Identifizieren
- Replies: 7
- Views: 1006
Re: UWP Apps Identifizieren
Ja, stimmt, ich habe es nicht ausreichend getestet. Ich habe es geändert.
- 30 Nov 2020, 06:52
- Forum: Ich brauche Hilfe
- Topic: Hotkey mit Shift löst nicht aus Topic is solved
- Replies: 2
- Views: 669
Re: Hotkey mit Shift löst nicht aus Topic is solved
Umschalt-Taste in Kombination mit einer Ziffernblocktaste wird von Windows gesondert behandelt. Einzelheiten findest du unter https://www.reddit.com/r/AutoHotkey/comments/a8vt1h/how_to_setup_ctrlshiftnumpad0_hotkey_when_numlock/ (englisch).
- 30 Nov 2020, 06:34
- Forum: Ich brauche Hilfe
- Topic: ActiveX , WB.Navigate , Shell.Explorer ,Skript Fehler Topic is solved
- Replies: 4
- Views: 954
Re: ActiveX , WB.Navigate , Shell.Explorer ,Skript Fehler Topic is solved
Du kannst die Skriptfehler via WB.Silent := true ausschalten. Das Problem ist hier, dass zum Öffnen der Webseiten immer Internet Explorer 7 verwendet wird. Die meisten Webseiten sind inzwischen für modernere Browser ausgelegt und verwenden JavaScript-Features, die es in IE7 noch nicht gab.
- 30 Nov 2020, 06:11
- Forum: Ich brauche Hilfe
- Topic: UWP Apps Identifizieren
- Replies: 7
- Views: 1006
Re: UWP Apps Identifizieren
Du musst den Command-Parameter nutzen und die Anführungszeichen für PowerShell selbst auch nochmal "escapen". So klappt's: Run % "powershell -Command ""Get-AppxPackage | where-object {$_.IsFramework -eq $false -And $_.SignatureKind -eq \""Store\""} | Format-List -Property PackageFamilyName,InstallLo...
- 28 Nov 2020, 14:28
- Forum: AutoHotkey v2 Help
- Topic: V1 vs V2 Topic is solved
- Replies: 7
- Views: 1183
Re: V1 vs V2 Topic is solved
No, it's still in alpha stage.
- 28 Nov 2020, 13:54
- Forum: AutoHotkey v2 Help
- Topic: V1 vs V2 Topic is solved
- Replies: 7
- Views: 1183
- 23 Nov 2020, 10:46
- Forum: Ich brauche Hilfe
- Topic: Excel-Befehl aufrufen Topic is solved
- Replies: 7
- Views: 113
Re: Excel-Befehl aufrufen Topic is solved
Die Antwort für den dritten Punkt findest du unter ComObjActive's allgemeine Bemerkungen : In den aktuellen Versionen wird jeder Funktionsaufruf, der mit "ComObj" beginnt, aber keine der internen COM-Funktionen ist, tatsächlich ComObjActive aufrufen. Zum Beispiel sind ComObjEnwrap(DispPtr) und ComOb...
- 15 Nov 2020, 15:59
- Forum: Suggestions on documentation improvements
- Topic: #Include: clarify proper usage
- Replies: 2
- Views: 367
Re: #Include: clarify proper usage
I am also convinced that it is incorrect. This line was added between v1.0.24.00 and v1.0.25.14. What the original author (probably Chris; former developer) was thinking, is not clear to me. I have tested some old AutoHotkey versions, even v1.0.00.00, but it always behaves the same: The line does no...
- 04 Nov 2020, 04:13
- Forum: Ich brauche Hilfe
- Topic: VLC Media Player aufnahme starten und abspielen Topic is solved
- Replies: 3
- Views: 216
Re: VLC Media Player aufnahme starten und abspielen Topic is solved
Post/SendMessage scheint nicht mit VLC zu funktionieren (siehe https://www.autohotkey.com/boards/viewtopic.php?p=205691#p205691). Stattdessen würde ich dir empfehlen, die Tastenkürzel des Programms via ControlSend auszulösen. Das Fenster muss dabei nicht fokussiert, aktiv oder maximiert sein. Zum Be...
- 30 Oct 2020, 05:33
- Forum: Suggestions on documentation improvements
- Topic: documentation ahkv2 - clipboard vs A_Clipboard
- Replies: 1
- Views: 419
Re: documentation ahkv2 - clipboard vs A_Clipboard
Already included in PR #450.
- 16 Oct 2020, 09:16
- Forum: Ich brauche Hilfe
- Topic: Variable in Array suchen und Position ausgeben Topic is solved
- Replies: 13
- Views: 374
Re: Variable in Array suchen und Position ausgeben Topic is solved
Code: Select all
obj := {"a": 1, "ll": 2, "": 3, "d": 4}
var := "ll"
MsgBox % obj[var] ; gibt 2 wieder
- 03 Oct 2020, 03:44
- Forum: Ich brauche Hilfe
- Topic: Typenkonflikt (Präsidentschaftsdebattenfrei) Topic is solved
- Replies: 17
- Views: 437
Re: Typenkonflikt (Präsidentschaftsdebattenfrei) Topic is solved
Der Grund dafür ist, dass keine Zahl (178), sondern eine Zeichenkette (Höhe) übergeben wird. if pNo is alpha berücksichtigt standardmäßig keine Umlaute. Füge einfach in der ersten Zeile des Funktionskörpers StringCaseSense, Locale ein oder negiere die Bedingung, also if pNo is not number.
- 24 Aug 2020, 02:33
- Forum: Ich brauche Hilfe
- Topic: Verständnisproblem von #Warn-Meldung Topic is solved
- Replies: 7
- Views: 1851
Re: Verständnisproblem von #Warn-Meldung Topic is solved
Gregster hat absolut recht. Ich habe den entsprechenden Satz in der deutschen Doku umformuliert.
- 17 Aug 2020, 03:49
- Forum: AutoHotkey v2 Help
- Topic: Newbie question for outputting ALT plus Control with one text input
- Replies: 6
- Views: 2405
Re: Newbie question for outputting ALT plus Control with one text input
Maybe like this?
Code: Select all
e::
{
Send "^+e"
MouseClick "Right"
}