| Author |
Message |
Topic: How can I repeat a hotkey without releasing the prefix key |
Kaiwen
Replies: 3
Views: 228
|
Forum: Ask for Help Posted: Fri Aug 31, 2007 8:08 am Subject: How can I repeat a hotkey without releasing the prefix key |
do not use the < (left) modifier
Thanks, but same result I'm afraid. If I don't release the control key, a second tap on the C keys just generates a C. |
Topic: How can I repeat a hotkey without releasing the prefix key |
Kaiwen
Replies: 3
Views: 228
|
Forum: Ask for Help Posted: Thu Aug 30, 2007 7:21 pm Subject: How can I repeat a hotkey without releasing the prefix key |
I'm trying to cobble together a script to emulate the WordStar command set (surely someone's done this already!), and am struggling with the following:
<^c::Send {PgDn}
< ... |
Topic: Creating Ctrl + two letter-key, hotkey combinations |
Kaiwen
Replies: 10
Views: 847
|
Forum: Ask for Help Posted: Thu Aug 30, 2007 6:48 pm Subject: Re: Creating Ctrl + two letter-key, hotkey combinations |
I've not been able to fathom a way to create two key stroke hotekys that work like the old WordStar word processor keyboard worked
OK, I'm coming at this a couple of months late, but I posted about ... |
Topic: Windows/etc. unattended ... |
Kaiwen
Replies: 10
Views: 4025
|
Forum: Scripts & Functions Posted: Sat Nov 19, 2005 9:02 am Subject: Windows/etc. unattended ... |
Thanks, Guest, but User State Migration is just a tool for me to copy my old Win2K settings into my XP Docs and Settings folder. I first have to install XP (and, apparently, accept its choice of l ... |
Topic: Selecting which Tab is displayed -- possible? |
Kaiwen
Replies: 3
Views: 553
|
Forum: Ask for Help Posted: Sat Nov 19, 2005 8:45 am Subject: Selecting which Tab is displayed -- possible? |
| Thanks for the reply, Titan. Sorry, my bad. My original enquiry wasn't clear. What I'm looking for is a way to select a tab at the time I open the window, since I won't know until then which Tab I wan ... |
Topic: Selecting which Tab is displayed -- possible? |
Kaiwen
Replies: 3
Views: 553
|
Forum: Ask for Help Posted: Fri Nov 18, 2005 11:03 pm Subject: Selecting which Tab is displayed -- possible? |
I'm building a GUI with a tab control in which I need to be specify in advance which tab is visible when the window pops up. Is this possible?
Lee Kaiwen,
Taiwan |
Topic: Chinese Cultural Shock |
Kaiwen
Replies: 17
Views: 2836
|
Forum: General Chat Posted: Fri Nov 18, 2005 10:44 pm Subject: What the...?! |
| Pardon my french, folks, but WTF is the point of this post? Some disturbed soul visits China, discover -- horrors! -- it ain't like home, and decides to take out his juvenile frustrations with a hackp ... |
Topic: Windows/etc. unattended ... |
Kaiwen
Replies: 10
Views: 4025
|
Forum: Scripts & Functions Posted: Fri Nov 18, 2005 6:46 am Subject: Moving the documents and settings folder |
OK, having now flapped my gums over Microsoft, back to the topic:
If there's one thing about Windows that annoys me more than any other, it's the fact that MS insists on stashing users' settings an ... |
Topic: Windows/etc. unattended ... |
Kaiwen
Replies: 10
Views: 4025
|
Forum: Scripts & Functions Posted: Fri Nov 18, 2005 6:36 am Subject: Windows/etc. unattended ... |
Yeah, OK -- I'm coming to this conversation about a year late; oh well...
I would first by a freak'en E-Machine for like $200 and then you would get not only Windows XP, but hard ware too.
The p ... |
Topic: Weather |
Kaiwen
Replies: 76
Views: 10294
|
Forum: Scripts & Functions Posted: Thu Sep 15, 2005 12:42 pm Subject: Weather |
It doesn't seem to work for a few locations
Also didn't work for my location (Chiayi, Taiwan) until I added the "?force_units=1".
BTW, Titan -- there's a typo on your About... screen: "cortusey" ... |
Topic: IfEqual test failing - why? |
Kaiwen
Replies: 6
Views: 316
|
Forum: Ask for Help Posted: Wed Sep 14, 2005 8:03 pm Subject: IfEqual test failing - why? |
I have the following code to toggle between 800x600 and 1280x1024:
MsgBox, Current res: %A_ScreenWidth%x%A_ScreenHeight%
IfEqual,%A_ScreenHeight%,600
Run, "D:\Prog ... |
Topic: Adding right-click menu item |
Kaiwen
Replies: 3
Views: 855
|
Forum: Ask for Help Posted: Tue Sep 13, 2005 2:47 pm Subject: Adding right-click menu item |
OK, I'm chagrined. This should be easy to do, but I can't seem to find the info; it's not even strictly an AutoHotkey question.
I want to add a right-click menu item that simply passes the path and ... |
Topic: Randomly selecting a file |
Kaiwen
Replies: 9
Views: 605
|
Forum: Ask for Help Posted: Sat Aug 27, 2005 5:28 am Subject: Randomly selecting a file |
| I actually knew this but, as with most things Microsoft, I have a sort of love/hate relationship with THUMBS.DB. On the one hand THUMBS.DB is annoyingly persistent; on the other, it can be darn useful ... |
Topic: script for moving windows with the keyboard? |
Kaiwen
Replies: 3
Views: 305
|
Forum: Ask for Help Posted: Fri Aug 26, 2005 8:12 pm Subject: Re: script for moving windows with the keyboard? |
I want to move windows around with just the keyboard, I think of the cursor keys in kombination with another (one or two) key(s).
Windows has something like this feature built in. With any window a ... |
Topic: Intellisense in Textpad |
Kaiwen
Replies: 3
Views: 469
|
Forum: Ask for Help Posted: Fri Aug 26, 2005 8:02 pm Subject: Intellisense in Textpad |
there is a option for the windows name of your editor. You might set this to the following for it to work: "textpad", if the text "textpad" is always present in that editor.
In the version of Inte ... |
| |