| Author |
Message |
Topic: Activate a toolbar on the taskbar |
bobbo
Replies: 0
Views: 479
|
Forum: Scripts & Functions Posted: Wed Apr 16, 2008 8:34 pm Subject: Activate a toolbar on the taskbar |
| Here is a quick script that I find useful (and was deceptively simple to make operate reliably). I found that I always use the left WIN key for shortcut keys and the start menu, so I remapped the rig ... |
Topic: WindowPad - multi-monitor window-moving tool |
bobbo
Replies: 106
Views: 21366
|
Forum: Scripts & Functions Posted: Tue Aug 28, 2007 2:37 pm Subject: Add a GUI? |
I really like this script, and it's getting some mentions on lifehacker (OK, the first mention was by me):
http://lifehacker.com/software/windows/tile-windows-with-the-control-key-287588.php
http:// ... |
Topic: WindowPad - multi-monitor window-moving tool |
bobbo
Replies: 106
Views: 21366
|
Forum: Scripts & Functions Posted: Mon Aug 13, 2007 6:42 pm Subject: WindowPad - multi-monitor window-moving tool |
Again, great work, and thanks for the quick inclusion of my suggestion! I made a couple of minor edits for myself:
This allows the NumpadDot to work for maximized windows:
MoveWindowToNextScreen& ... |
Topic: WindowPad - multi-monitor window-moving tool |
bobbo
Replies: 106
Views: 21366
|
Forum: Scripts & Functions Posted: Thu Aug 09, 2007 6:07 pm Subject: WindowPad - multi-monitor window-moving tool |
Absolutely love this tool, it is fast and effective at what it does. Instantly earned a place in my startup script.
One suggestion: please add using the NumpadDot key to move the window to the nex ... |
Topic: Toddler Keyboard |
bobbo
Replies: 4
Views: 1896
|
Forum: Scripts & Functions Posted: Fri Jun 29, 2007 3:14 am Subject: Toddler Keyboard |
I've got a 1-year-old boy that's just starting to bang on the keyboard to this kind of game:
http://www.fisher-price.com/fp.aspx?st=2601&e=gamesByAge&mcat=game_infant&site=us
I've al ... |
Topic: [::script::GetFullVersionInfo] string version info for execs |
bobbo
Replies: 24
Views: 3100
|
Forum: Scripts & Functions Posted: Wed May 09, 2007 1:16 pm Subject: [::script::GetFullVersionInfo] string version info for execs |
| I didn't figure out how to directly call the DsoFile.dll, so I did the next best thing: created a Visual Basic Script to handle the transactions. Now you can make a command line call to "docprop ... |
Topic: [::script::GetFullVersionInfo] string version info for execs |
bobbo
Replies: 24
Views: 3100
|
Forum: Scripts & Functions Posted: Tue May 08, 2007 4:44 pm Subject: [::script::GetFullVersionInfo] string version info for execs |
Here's DLL that let's you read/write Office summary info:
http://support.microsoft.com/?id=224351 |
Topic: [::script::GetFullVersionInfo] string version info for execs |
bobbo
Replies: 24
Views: 3100
|
Forum: Scripts & Functions Posted: Fri May 04, 2007 2:00 pm Subject: [::script::GetFullVersionInfo] string version info for execs |
It looks like we are in need of functions/ahk features with which one can edit file's metadata/tags.
I also noticed that it seems like Office documents are most easily manipulated, but every other ma ... |
Topic: Select filename only during Rename in Windows Explorer |
bobbo
Replies: 3
Views: 763
|
Forum: Scripts & Functions Posted: Fri Mar 30, 2007 3:55 pm Subject: Simplified |
I greatly simplified the code:
F2::GoSub,EditNameOnly
EditNameOnly:
Hotkey,F2,Off
ControlGet, filename, List, Focused Col1, SysListView321, ahk_class ExploreWClass
ControlG ... |
Topic: Select filename only during Rename in Windows Explorer |
bobbo
Replies: 3
Views: 763
|
Forum: Scripts & Functions Posted: Thu Mar 29, 2007 8:06 pm Subject: Select filename only during Rename in Windows Explorer |
This code selects just the filename (and not the extension) when you press F2 in Windows Explorer to rename a file/folder.
I wrote this because I like having the file extensions visible, but I disl ... |
Topic: Toggle Hidden Files |
bobbo
Replies: 19
Views: 7585
|
Forum: Scripts & Functions Posted: Thu Mar 29, 2007 7:56 pm Subject: How to refresh |
In case you haven't figured out how to cause a Windows Explorer refresh yet:
(from http://www.autohotkey.com/forum/topic13509.html)
PostMessage, 0x111, 41504,,, ahk_id %ID%
PostMessage, 0x111, 2893 ... |
Topic: Quick Launch like Vista |
bobbo
Replies: 5
Views: 2549
|
Forum: Scripts & Functions Posted: Fri Mar 23, 2007 2:31 pm Subject: Version 2.0 |
| OK, so I went ahead and coded that more robust version. This uses Windows API commands (SendMessage, PostMessage, DLLCall) to find the Quick Launch toolbar, find the desired button, then execute it.
... |
Topic: Quick Launch like Vista |
bobbo
Replies: 5
Views: 2549
|
Forum: Scripts & Functions Posted: Mon Mar 19, 2007 4:13 pm Subject: Quick Launch like Vista |
It's simply sending a sequence of keys to get to the icon. Here's the order:
1. win-tab selects the taskbar
2. tab selects the first toolbar
3. arrow keys select the icon
4. enter executes the ... |
Topic: Quick Launch like Vista |
bobbo
Replies: 5
Views: 2549
|
Forum: Scripts & Functions Posted: Mon Mar 19, 2007 3:06 pm Subject: Quick Launch like Vista |
Windows Vista adds shortcuts for each icon on the Quick Launch Toolbar (Win+1, Win+2, etc. in icon order). See this Lifehacker article:
EDIT: Version 2.0 released. Scroll down to see the posting.
... |
| |