| Author |
Message |
Forum: Scripts Topic: Windows 7 Shortcuts |
| Fluffy |
|
Posted: February 20th, 2009, 12:49 am
|
|
Replies: 0 Views: 664
|
| Windows 7 Shortcuts not only brings the keyboard hot keys of the new version of Windows to Vista and XP but also expands on them in useful ways. All hotkeys are configurable. A description of the Windows 7 Hotkeys can be found here The Docking keys (Ctrl+Left/Right/Up) now cycle through multiple win... |
|
 |
Forum: Scripts Topic: Tag - Window Manager |
| Fluffy |
|
Posted: February 20th, 2009, 12:24 am
|
|
Replies: 2 Views: 548
|
| I'll work on that and put it in the next version. |
|
 |
Forum: Scripts Topic: Tag - Window Manager |
| Fluffy |
|
Posted: February 19th, 2009, 7:41 pm
|
|
Replies: 2 Views: 548
|
| Tag is a Window Manager that allows you to put your windows into groups and then selectively hide and show them. Windows may belong to more than one group (hence "tag") and are organised by a GUI invoked with Ctrl+5 For more information, see my homepage. For a direct download, click here. ... |
|
 |
Forum: Suggestions Topic: A_Index# |
| Fluffy |
|
Posted: February 17th, 2009, 3:05 am
|
|
Replies: 14 Views: 1941
|
| Loop, 4 Loop, % 3 + 0 * i := A_Index Loop, % 2 + 0 * j := A_Index MsgBox, % "{" A_Index "`, " j "`, " i "}" The same, but without the ternary operators :shock: :twisted: :shock: This only works when you are able to specify the index of the outer loo... |
|
 |
Forum: Support Topic: Get the icon of an open window? |
| Fluffy |
|
Posted: February 15th, 2009, 8:54 am
|
|
Replies: 1 Views: 339
|
| Is it possible to get the icon that is associated with any currently open window? |
|
 |
Forum: Support Topic: Monitor Work Area doesn't work on vertical taskbar |
| Fluffy |
|
Posted: February 11th, 2009, 8:06 am
|
|
Replies: 1 Views: 363
|
When I have a vertical taskbar, SysGet MonitorWorkArea fails to accurately calculate the screen size minus the taskbar. Works fine if the taskbar is horizontal.
Is anybody else getting this as well? Is there any way around it?
Note: I'm on Vista. |
|
 |
Forum: Scripts Topic: Simple Single Line AHK |
| Fluffy |
|
Posted: February 3rd, 2009, 3:32 pm
|
|
Replies: 0 Views: 1008
|
| Occasionally I have found it necessary to compact entire scripts into a single line. I've seen a few questions about having multiple commands on the same line so I figured I might as well put these functions up here in case others find them useful. Comments/criticisms welcome. The following function... |
|
 |
Forum: Support Topic: [Solved] RegExReplace to expand escaped characters |
| Fluffy |
|
Posted: February 1st, 2009, 7:28 pm
|
|
Replies: 0 Views: 288
|
| I have an ini file in which each key irregularly contains literal `n. When I read from the ini, I use stringreplace to replace every literal `n with new lines. However, occasionally, I need to leave a literal `n. I have tried using Transform Deref which expands any escaped characters and variables. ... |
|
 |
Forum: Support Topic: Office 2007 Ribbon Problem (Excel 2007, to be more specific) |
| Fluffy |
|
Posted: February 1st, 2009, 3:13 pm
|
|
Replies: 5 Views: 971
|
| Your shortcut is incorrect. To use the Ribbon shortcuts, pressing Alt highlights the main ribbon options (Home, insert, page layout, formulas e.t.c.) and M is the key for the formula ribbon. You have to press the key for whatever ribbon you want before pressing the keys to send commands to that ribb... |
|
 |
Forum: Support Topic: VLC Volume/Track Controls |
| Fluffy |
|
Posted: February 1st, 2009, 3:07 pm
|
|
Replies: 1 Views: 644
|
| You need to use ControlSend in order to send messages to windows and window controls that aren't active. Here is the help file for ControlSend: http://www.autohotkey.com/docs/commands/ControlSend.htm Here is a help file that shows how to automate WinAmp using ControlSend: http://www.autohotkey.com/d... |
|
 |
Forum: Support Topic: [Solved] Pass an array between scripts |
| Fluffy |
|
Posted: February 1st, 2009, 2:53 pm
|
|
Replies: 2 Views: 382
|
| I don't think that the pipe itself is necessary for my needs so I kept the old method of creating a temp script. However, your way of copying an array to that script works perfectly with either method so thanks very much! I think I misunderstood some of the fundamentals of arrays in AHK. I didn't re... |
|
 |
Forum: Support Topic: [Solved] Pass an array between scripts |
| Fluffy |
|
Posted: January 31st, 2009, 8:48 pm
|
|
Replies: 2 Views: 382
|
| Edit: Sorry this should be in the Ask for Help forum. Could somebody move it there for me? Thanks very much! This is quite complicated so I'll try to put it as simply as possible. I have a script which reads an ini file, performs some operations on the code in that file and then copies it to a tempo... |
|
 |
Forum: Support Topic: Open Vista Start Menu in the middle of the screen |
| Fluffy |
|
Posted: January 22nd, 2009, 5:08 pm
|
|
Replies: 0 Views: 387
|
| Does anybody know of a reliable method to open the vista start menu at coordinates other than in the bottom left? So far all I've come up with is sending the keystroke ^Esc and then using WinMove to move the window the desired coordinates. My problems with this method is that I have to wait for the ... |
|
 |
Forum: Support Topic: Implement Win7 hotkeys |
| Fluffy |
|
Posted: January 18th, 2009, 7:03 pm
|
|
Replies: 9 Views: 738
|
| Yeah. Its a quick way to open a new instance of an already open program. So if you suddenly need a new notepad window, you can just shift+click on the taskbar button and there you go. |
|
 |
Forum: Support Topic: Implement Win7 hotkeys |
| Fluffy |
|
Posted: January 18th, 2009, 5:16 pm
|
|
Replies: 9 Views: 738
|
| Thanks to both Frankie and Krogdor. I explored the examples you gave but unfortunately they both don't work due to the functionality of WinGet, List which gets a list of many windows that are present on the system but not on the taskbar. However, just in case anybody is interested, a list of the win... |
|
 |
| Sort by: |