Search found 12 matches

by POSAM-Ron
05 Jan 2022, 12:44
Forum: General Discussion
Topic: Missing Former Scripts
Replies: 1
Views: 894

Missing Former Scripts

* Can anyone say why it is so difficult or impossible to find scripts that have been written * Are they lost ?* Is there a complete repository of previously written scripts ?* There were so many scripts contributed to AHK but they are nowhere to be found *
Thanks for your insight
R
by POSAM-Ron
05 Jan 2022, 12:40
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 295312

Missing Former Scripts

* Can anyone say why it is so difficult or impossible to find scripts that have been written * Are they lost ?* Is there a complete repository of previously written scripts ?* There were so many scripts contributed to AHK but they are nowhere to be found *
Thanks for your insight
R
by POSAM-Ron
02 Jan 2022, 11:23
Forum: Ask for Help (v1)
Topic: KeybounceFilter.ahk unfindable
Replies: 3
Views: 497

KeybounceFilter.ahk unfindable

Does anybody know where to get KeybounceFilter.ahk
I would most appreciate your help
by POSAM-Ron
05 Feb 2017, 10:21
Forum: Scripts and Functions (v1)
Topic: Type Fractions & Greek Letters & Math Symbols into your text (UNICODE)
Replies: 2
Views: 2373

Re: Type Fractions & Greek Letters & Math Symbols into your text (UNICODE)

[quote="Helgef"]νιγε ονε :D[/quote]

Γλαδ ψου λικε ιτ
by POSAM-Ron
04 Feb 2017, 13:47
Forum: Scripts and Functions (v1)
Topic: Type Fractions & Greek Letters & Math Symbols into your text (UNICODE)
Replies: 2
Views: 2373

Type Fractions & Greek Letters & Math Symbols into your text (UNICODE)

[code=autohotkey file=Untitled.ahk][/code] * The following/attached script combines 3 individual scripts which > 1) send fractions 2) send Greek letters 3) send math symbols to your text editor or word processor * Convenient keystrokes eliminate looking up the UNICODE for the insert * Message boxes ...
by POSAM-Ron
01 Feb 2017, 13:05
Forum: Ask for Help (v1)
Topic: Is there a repository/gallery of spiffy scripts
Replies: 1
Views: 462

Is there a repository/gallery of spiffy scripts

* Is there a repository/gallery of spiffy scripts ?*
* If not , mabe there should be *
* I note the link > https://autohotkey.com/board/topic/ *
by POSAM-Ron
24 Jan 2017, 13:08
Forum: Ask for Help (v1)
Topic: Cntl+Alt+Key
Replies: 18
Views: 3603

Re: Cntl+Alt+Key

; CAN ANYONE EXPLAIN WHY THIS CODE FAILS (SEE BELOW)? ; ############################ AHK Fractions.ahk > ; Uses (CTRL & ALT & numpad#1 & numpad#2) to send that fraction to your text editor ^!NumpadEnd:: ;1 ^!NumpadDown:: ;2 ^!NumpadPgDn:: ;3 ^!NumpadLeft:: ;4 ; ^!NumpadCenter:: ;5 ; not needed ^!Num...
by POSAM-Ron
20 Jan 2017, 13:46
Forum: Ask for Help (v1)
Topic: Cntl+Alt+Key
Replies: 18
Views: 3603

Re: Cntl+Alt+Key

I like this idea, and the code could be useful to me. This is working really nicely now. ^!NumpadUp:: Return ;^!NumpadLeft:: Return ;^!NumpadDown:: Return ^!NumpadRight:: Return ^!Numpad1:: ^!Numpad2:: ^!Numpad3:: ^!Numpad4:: ^!NumpadEnd:: ;1 ^!NumpadDown:: ;2 ^!NumpadPgDn:: ;3 ^!NumpadLeft:: ;4 vI...
by POSAM-Ron
20 Jan 2017, 08:10
Forum: Ask for Help (v1)
Topic: Cntl+Alt+Key
Replies: 18
Views: 3603

Re: Cntl+Alt+Key

I like this idea, and the code could be useful to me. This is working really nicely now. ^!NumpadUp:: Return ;^!NumpadLeft:: Return ;^!NumpadDown:: Return ^!NumpadRight:: Return ^!Numpad1:: ^!Numpad2:: ^!Numpad3:: ^!Numpad4:: ^!NumpadEnd:: ;1 ^!NumpadDown:: ;2 ^!NumpadPgDn:: ;3 ^!NumpadLeft:: ;4 vI...
by POSAM-Ron
19 Jan 2017, 11:16
Forum: Ask for Help (v1)
Topic: Cntl+Alt+Key
Replies: 18
Views: 3603

Re: Cntl+Alt+Key

^!Numpad1:: send {U+00BC} ^!Numpad4:: send {U+00BC} ^!NumpadEnd:: send {U+00BC} ^!NumpadLeft:: send {U+00BC} ;be careful because it's easy to trigger ctrl+alt+numpad(arrow) which flips the screen, ;you might want to add in: ^!NumpadUp:: Return ^!NumpadDown:: Return ^!NumpadRight:: Return Return ###...
by POSAM-Ron
18 Jan 2017, 12:06
Forum: Ask for Help (v1)
Topic: Cntl+Alt+Key
Replies: 18
Views: 3603

Re: Cntl+Alt+Key

Hi boiler - 2017-01-19 I would think you should be able to do that. Use ^! Numpad1 & ^!Numpad4 * Thanks for your immediate reply * The above code fails to work (even without the extra space) * I have included an image that I get * Here is the script's context > ################ #NoEnv ; Recommended ...
by POSAM-Ron
14 Jan 2017, 12:18
Forum: Ask for Help (v1)
Topic: Cntl+Alt+Key
Replies: 18
Views: 3603

Cntl+Alt+Key

How do I trigger a keycode > Cntl+Alt+Key < where "key" is any alphabetic character?

Go to advanced search