| Author |
Message |
Topic: Kommand - A cross-application VIM-like hot key solution |
kylirh
Replies: 9
Views: 6135
|
Forum: Scripts & Functions Posted: Sat Nov 14, 2009 3:24 am Subject: Kommand - A cross-application VIM-like hot key solution |
| Weird. I uploaded it again. Can you get to http://kylirhorton.com/kommand.zip? |
Topic: Kommand - A cross-application VIM-like hot key solution |
kylirh
Replies: 9
Views: 6135
|
Forum: Scripts & Functions Posted: Fri Nov 13, 2009 11:58 pm Subject: Kommand - A cross-application VIM-like hot key solution |
| Kommand has a stripped down and slightly modified version of WindowPad in it, so WindowPad isn't "required". Kommand uses some of WindowPad's core functions to move windows around and a few ... |
Topic: Kommand - A cross-application VIM-like hot key solution |
kylirh
Replies: 9
Views: 6135
|
Forum: Scripts & Functions Posted: Thu Nov 12, 2009 12:51 am Subject: Kommand - A cross-application VIM-like hot key solution |
| @sickpuma - Thanks for your questions! I've been working on Kommand since I originally posted it and I've made quite a few changes. I'd recommend that you download it again and use the new version. An ... |
Topic: Change the Z-Order of a window? |
kylirh
Replies: 4
Views: 429
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 8:07 pm Subject: Change the Z-Order of a window? |
Thank you everyone for replying.
@Leef_me - I want to figure this out mostly for educational purposes. I would like to have a hot key that will push the active window down so I can see whatever is ... |
Topic: Change the Z-Order of a window? |
kylirh
Replies: 4
Views: 429
|
Forum: Ask for Help Posted: Tue Nov 10, 2009 6:18 pm Subject: Change the Z-Order of a window? |
| I want to press a hotkey and either move the active window up or down in its z-order, but still keep it active. I can't find any forum posts on this. Does anyone know how to do it? Thanks! |
Topic: GroupActivate previous window; prev/next window on taskbar |
kylirh
Replies: 15
Views: 2774
|
Forum: Wish List Posted: Mon Nov 09, 2009 6:31 pm Subject: GroupActivate previous window; prev/next window on taskbar |
| Alright, I'll look into those things and see if I can figure something out. If I can, I'll post back here. Thanks! |
Topic: Extract Informations about TaskButtons |
kylirh
Replies: 41
Views: 13038
|
Forum: Scripts & Functions Posted: Mon Nov 09, 2009 6:30 pm Subject: Extract Informations about TaskButtons |
Darn. That's too bad.
Well, I'll look into alternative ways of doing this and I'll post back if I figure something out. Thanks! |
Topic: GroupActivate previous window; prev/next window on taskbar |
kylirh
Replies: 15
Views: 2774
|
Forum: Wish List Posted: Sun Nov 08, 2009 5:36 am Subject: Windows 7? |
Hi,
I'm looking to do the exact same thing, but under Windows 7. I can't seem to get anything to work quite how I'd like it to. Can anyone help?
Thanks! |
Topic: Extract Informations about TaskButtons |
kylirh
Replies: 41
Views: 13038
|
Forum: Scripts & Functions Posted: Sun Nov 08, 2009 5:34 am Subject: Windows 7? |
Hi,
I'm looking for a way to activate the window next to or previous to the active window as seen on the task bar. (Kind of like Alt+Tab, but slightly different). I was hoping this script could hel ... |
Topic: Kommand - A cross-application VIM-like hot key solution |
kylirh
Replies: 9
Views: 6135
|
Forum: Scripts & Functions Posted: Mon Jul 13, 2009 5:18 pm Subject: Kommand - A cross-application VIM-like hot key solution |
Kommand
By Kylir Horton
Version 0.3 - Updated on November 11, 2009
The Kommand script with Snarl integration and helper files can be downloaded from
Kommand is a cross-application VIM-like ... |
Topic: Problem Focusing Recently Opened Window |
kylirh
Replies: 12
Views: 771
|
Forum: Ask for Help Posted: Wed Jul 01, 2009 5:59 pm Subject: Problem Focusing Recently Opened Window |
| Interesting. I'll see if I can get that to work. In my case I think it'll be a little more complex, but I'll post a follow up. |
Topic: Problem Focusing Recently Opened Window |
kylirh
Replies: 12
Views: 771
|
Forum: Ask for Help Posted: Thu Jun 18, 2009 10:22 pm Subject: Problem Focusing Recently Opened Window |
| Yeah, you're right. The hook isn't the real problem. It was definitely doing something with the Calculator program for sure, but even with it off some of my windows occasionally are still coming up un ... |
Topic: Disable Win-L to lock computer |
kylirh
Replies: 9
Views: 6736
|
Forum: Ask for Help Posted: Thu Jun 18, 2009 7:59 pm Subject: Disable Win-L to lock computer |
The windows lock key can also be disabled through the registry:
RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableLockWorkstation, 1
To en ... |
Topic: Problem Focusing Recently Opened Window |
kylirh
Replies: 12
Views: 771
|
Forum: Ask for Help Posted: Thu Jun 18, 2009 6:50 pm Subject: Problem Focusing Recently Opened Window |
Ah-ha!
At the top of my script, I have:
#UseHook On
If I remove it, the focusing issue for the calculator, at least, goes away and it comes up completely focused like I want it.
I added th ... |
Topic: Problem Focusing Recently Opened Window |
kylirh
Replies: 12
Views: 771
|
Forum: Ask for Help Posted: Thu Jun 18, 2009 6:38 pm Subject: Problem Focusing Recently Opened Window |
| I found a program, other than Explorer, that behaves erratically with the focusing. That is the built in calculator (C:\Windows\system32\calc.exe). Sometimes when I run it, it'll come up in focus, oth ... |
| |