| Author |
Message |
Topic: How did you find out about AHK? |
David Andersson
Replies: 27
Views: 1220
|
Forum: General Chat Posted: Sat Nov 10, 2007 11:22 pm Subject: How did you find out about AHK? |
I use Solaris and Win XP at work. I have had dollar and slash (*) remapped using xmodmap in Solaris for a while. Finally, a couple of years ago, I just had to make the same remaps in XP.
I searched ... |
Topic: how to write in html |
David Andersson
Replies: 2
Views: 471
|
Forum: General Chat Posted: Sat Nov 10, 2007 11:07 pm Subject: how to write in html |
| It is a bit unclear if the intention is to teach html or to teach writing scripts that writes html. I believe that to learn html it is better to show the html text (not to show what to type to get htm ... |
Topic: Timing between CTRL and letter - remap dedicated Copy key |
David Andersson
Replies: 7
Views: 293
|
Forum: Ask for Help Posted: Sat Nov 10, 2007 10:29 pm Subject: Timing between CTRL and letter - remap dedicated Copy key |
I added "~lcontrol up" and it seems to work. I now think I can make the Copy, Cut and Paste keys to do anything I want.
The next step is to do the same with the Back and Forward keys (tha ... |
Topic: Timing between CTRL and letter - remap dedicated Copy key |
David Andersson
Replies: 7
Views: 293
|
Forum: Ask for Help Posted: Sat Nov 10, 2007 9:10 pm Subject: Timing between CTRL and letter - remap dedicated Copy key |
| I tried ~ and now the script do recognize and distinguish between a manual ctrl-c and the Copy-key generated ctrl-c. That's good. The send statement can send letters without control (there is an autom ... |
Topic: AHK in Linux? |
David Andersson
Replies: 65
Views: 13538
|
Forum: General Chat Posted: Sat Nov 10, 2007 7:59 pm Subject: AHK in Linux? |
I'm with ahk_fan and Tarch on this.
Linux, and unix in general, does not need all the things AHK does. AHK does two relatively different things: a) GUI: intercept/generate key/mouse events and nav ... |
Topic: What Editor do you use for AHK programming? |
David Andersson
Replies: 45
Views: 4887
|
Forum: General Chat Posted: Sat Nov 10, 2007 6:24 pm Subject: What Editor do you use for AHK programming? |
For writing AHK scripts I use Notepad and Emacs.
I could not mark both in the poll, so I abstained. Then I realized, I have XKeymacs installed, so I can use emacs commands in Notepad (not all comma ... |
Topic: The whole shebang |
David Andersson
Replies: 10
Views: 911
|
Forum: Ask for Help Posted: Sat Nov 10, 2007 4:23 pm Subject: The whole shebang |
My 2 cents
1) I used to program in another scripting kind of language called omnimark (specialized for an entirely diffferent kind of dataprocessing). That language normally use ";" to st ... |
Topic: Timing between CTRL and letter - remap dedicated Copy key |
David Andersson
Replies: 7
Views: 293
|
Forum: Ask for Help Posted: Sat Nov 10, 2007 12:46 pm Subject: Timing between CTRL and letter - remap dedicated Copy key |
See the comments in the beginning of the script below, what I want to do.
What happens is that sometimes the Copy key results in the letter c (it seems c arrives before ctrl in the key history disp ... |
| |