| Author |
Message |
Topic: SyntaxTidy contīd |
Hajos
Replies: 4
Views: 2072
|
Forum: Scripts & Functions Posted: Sun Jul 10, 2005 11:02 am Subject: SyntaxTidy contīd |
Hi all,
Toralf generously conceded that I add to his work on SyntaxTidy he offered in OwnHotkey=F9
ScriptName = Auto-Syntax-Tidy v6.1
; OS=WinXP, AHK=1.0.35.16, Author = Toralf, Co-Author = Hajo ... |
Topic: [Search] Script for email appl.: "Paste as external quo |
Hajos
Replies: 11
Views: 3180
|
Forum: Scripts & Functions Posted: Sun Jul 03, 2005 2:09 pm Subject: [Search] Script for email appl.: "Paste as external quo |
Seems, hardly anything is ever finished.
Found some bugs (thnx A. Borutta)
Edited the last but three post
Hajos |
Topic: Syntax-Tidy for scripts (indentation and case correction) |
Hajos
Replies: 54
Views: 9298
|
Forum: Scripts & Functions Posted: Wed Jun 22, 2005 8:33 am Subject: Syntax-Tidy for scripts (indentation and case correction) |
Hi Toralf,
Do you think this is feasible?Couldnīt resist the challenge.
So hereīs a further instalment
Modifications:
- Spell checking of self defined functions and subroutines (Upper/Lower case ... |
Topic: Reg help |
Hajos
Replies: 3
Views: 754
|
Forum: Ask for Help Posted: Wed Jun 22, 2005 7:55 am Subject: Reg help |
Hi JoeB,
trying to use this script to show auto runs in my pcyou might try the second of the following functions; cf the examplesReg_GetValue( RootKey, Key, ValueName )
{
local V ... |
Topic: use of iniwrite and iniread on variables instead of filename |
Hajos
Replies: 3
Views: 550
|
Forum: Ask for Help Posted: Mon Jun 20, 2005 9:51 am Subject: use of iniwrite and iniread on variables instead of filename |
Hello MIchael
I would like to use iniread on the contents! of a variable. This variable contains the content of an (encrypted) inifileYouīll probably have to parse the string yourself.
If you save t ... |
Topic: [Search] Script for email appl.: "Paste as external quo |
Hajos
Replies: 11
Views: 3180
|
Forum: Scripts & Functions Posted: Mon Jun 20, 2005 9:46 am Subject: [Search] Script for email appl.: "Paste as external quo |
Hello, Melaneres,
Is there a way to hide the GUI at the start and only show it with Config? Yes. Replace line #18gui, show, ,%xq_Scriptname%
by xq_always := ( xq_titletext = "" ... |
Topic: [Search] Script for email appl.: "Paste as external quo |
Hajos
Replies: 11
Views: 3180
|
Forum: Scripts & Functions Posted: Wed Jun 15, 2005 8:26 am Subject: [Search] Script for email appl.: "Paste as external quo |
Hereīs a slightly improved version of a previous script.
Now the marking of the clipboard contents to be quoted is configurable.
BTW, @Toralf, Chris:
WinActive("WinTitle") is case sensitive wher ... |
Topic: Version 1.0.35.xx curly brackets on German keyboard |
Hajos
Replies: 2
Views: 677
|
Forum: Bug Reports Posted: Thu Jun 09, 2005 12:18 pm Subject: Version 1.0.35.xx curly brackets on German keyboard |
Wow thatīs fast
thanks again for all your work
Hajos |
Topic: Configurable Gui for Window dependent hotkeys and hotstrings |
Hajos
Replies: 2
Views: 1336
|
Forum: Scripts & Functions Posted: Thu Jun 09, 2005 12:15 pm Subject: Configurable Gui for Window dependent hotkeys and hotstrings |
Hereīs a lengthy script I made up mainly for my own use - and in order to gain a little experience in scripting techniques. ahk - excellent toy!
Only yesterday I realized though ( http://www.autohot ... |
Topic: [Search] Script for email appl.: "Paste as external quo |
Hajos
Replies: 11
Views: 3180
|
Forum: Scripts & Functions Posted: Thu Jun 09, 2005 12:05 pm Subject: [Search] Script for email appl.: "Paste as external quo |
Hi Toralf,
I agree with your first point but not with the second one.
Though not explicitly stated in my previous post, an empty %xq_titletext% is meant to allow the hotkey to work in all windows.
... |
Topic: Syntax-Tidy for scripts (indentation and case correction) |
Hajos
Replies: 54
Views: 9298
|
Forum: Scripts & Functions Posted: Wed Jun 08, 2005 10:00 pm Subject: Syntax-Tidy for scripts (indentation and case correction) |
Hello Toralf,
thx for integrating my lines into your script - makes me proud.
And hereīs my try at an extension concerning line continuation.
As to the other questions (case correction of function ... |
Topic: Version 1.0.35.xx curly brackets on German keyboard |
Hajos
Replies: 2
Views: 677
|
Forum: Bug Reports Posted: Wed Jun 08, 2005 5:45 pm Subject: Version 1.0.35.xx curly brackets on German keyboard |
Dear Chris,
thanks for your excellent work. Itīs a pleasure and a necessity to have -
canīt do without.
(Made so many LaTeX hotkeys comprising backslash and curly brackets - keys that are a bloody ... |
Topic: how can i use '<' char as a hotkey |
Hajos
Replies: 4
Views: 462
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 7:13 pm Subject: how can i use '<' char as a hotkey |
On some keyboards "<" is a normal, i.e. not a shifted key.
Try to find out the scan code.
On a German keyboard, e. g., itīs 056
so I use
SC056:: Send, \ ... |
Topic: [Search] Script for email appl.: "Paste as external quo |
Hajos
Replies: 11
Views: 3180
|
Forum: Scripts & Functions Posted: Tue Jun 07, 2005 7:08 pm Subject: [Search] Script for email appl.: "Paste as external quo |
The code of second post above changes the behaviour of the Shift-Ctrl-V key
in TB editor only, such that the current clipboard contents are marked with "| " at the beginning of each line.
... it ... |
Topic: [Search] Script for email appl.: "Paste as external quo |
Hajos
Replies: 11
Views: 3180
|
Forum: Scripts & Functions Posted: Sun Jun 05, 2005 3:19 pm Subject: [Search] Script for email appl.: "Paste as external quo |
I like the idea.
You might try the following lines:
$^+v::
WinGetTitle, active_title, A
; Thunderbird
StringGetPos, thbd_pos, active_title, Verfassen: ; German version o ... |
| |