| Author |
Message |
Forum: Scripts Topic: bug.n - Tiling Window Manager |
| Unambiguous |
|
Posted: December 28th, 2011, 8:34 pm
|
|
Replies: 108 Views: 30804
|
| One thing I do to fix the locking problem is shown below: AppsKey & l:: Rwin & l:: RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableLockWorkstation, 0 Sleep, 500 DllCall("LockWorkStation") Sleep, 2000 RegWrite, REG_DW... |
|
 |
Forum: Support Topic: Max/Min script Possible? |
| Unambiguous |
|
Posted: October 23rd, 2010, 8:00 pm
|
|
Replies: 4 Views: 320
|
| My solution is to use the following function. You need to specify the title of the app (usually in forms of ahk_class) is the best option, and also the name / part of the name of the shortcut of the app in your start menu. You can supply multiple wildcards to make a better match with the : i.e : &qu... |
|
 |
Forum: Scripts Topic: Modal Vim |
| Unambiguous |
|
Posted: October 18th, 2010, 5:09 pm
|
|
Replies: 9 Views: 4765
|
| Thanks for making the script your own. I am currently going through it and gonna try to see how I can merge a few of your ideas to get this working a bit better. |
|
 |
Forum: Scripts Topic: DragToScroll - Universal Drag & Fling/Flick Scrolling |
| Unambiguous |
|
Posted: August 19th, 2010, 7:21 pm
|
|
Replies: 176 Views: 31427
|
| Hi, Been using your script a lot and added a few things to work better for me. I added sustained scroll so that when your mouse goes to the edge of the screen, it will continue scrolling at a set speed (useful for very long documents) EdgeScroll := 12 Threshold = 5 ;Calculate/Scroll - X DiffX := Abs... |
|
 |
Forum: Scripts Topic: 45 min offline / 15 min online productivity script |
| Unambiguous |
|
Posted: June 23rd, 2010, 8:16 pm
|
|
Replies: 0 Views: 621
|
| I don't know about you guys, but I have a hard time concentrating sometimes when I am connected to the computer. There are just so many possibilities that I get lost making new tab after new tab in firefox and not actually accomplishing anything. This script is a solution to the problem. It's a roug... |
|
 |
Forum: Scripts Topic: Virtual Desktops & extras for Win7 |
| Unambiguous |
|
Posted: May 14th, 2010, 3:45 am
|
|
Replies: 25 Views: 4971
|
| Any chance we can get a gui interface to this? just something to show position and maybe the screen number? Also, maybe wheel up and down on the desktop switches to other window. |
|
 |
Forum: Scripts Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
| Unambiguous |
|
Posted: April 6th, 2010, 10:38 pm
|
|
Replies: 1035 Views: 183437
|
| I am having an issue and I can't figure out how to make it work with AHK_L. Say I have a function where I pass the HWND of a window as a parameter. I then want to store information for the window such that each variable name becomes the HWND + my text. So if HWND := 0x1234 My variable would be 0x123... |
|
 |
Forum: Scripts Topic: Dock'nDrag - Docks Two Windows Together for Move and Resize |
| Unambiguous |
|
Posted: February 24th, 2010, 5:42 am
|
|
Replies: 18 Views: 5260
|
| Good job with the script, I like the idea and the way that you implement clipping. I am looking for a way to implement this with a couple other hacks I have with my window manager, such as gravity effects on ALT + LBUTTON dragging, and clipping at borders to inhibit movement outside of monitor. |
|
 |
Forum: Scripts Topic: bug.n - Tiling Window Manager |
| Unambiguous |
|
Posted: August 13th, 2009, 9:38 pm
|
|
Replies: 108 Views: 30804
|
| Any chance someone has the source for this? It seems the website he posted the files at is now down. |
|
 |
Forum: Scripts Topic: DeFocus 1.3 - task & windows management |
| Unambiguous |
|
Posted: August 3rd, 2009, 8:10 pm
|
|
Replies: 10 Views: 5081
|
This is awesome, but a lot of your keys I already have taken for other tasks (L then R button = maximize), (R then L button Minimizes), etc.
Would you have a problem sharing your source?
Thanks |
|
 |
Forum: Scripts Topic: Modal Vim |
| Unambiguous |
|
Posted: May 30th, 2009, 2:12 am
|
|
Replies: 9 Views: 4765
|
| This script allows you to make modal VIM commands upon the CAPSLOCK keypress. When CAPS is released, the commands and mode are reset. I have tried to cover all the basic functions, such as: Navigation (hjkl), Repetitions (12w goes to the 12th word to the right) Yanking and Deleting (whole line, word... |
|
 |
Forum: Scripts Topic: Onenote Tools (autoimport and tablet tools) |
| Unambiguous |
|
Posted: April 24th, 2009, 5:54 pm
|
|
Replies: 1 Views: 1182
|
| This is a script I developed that does a few things for Onenote. It opens a menu with useful onenote activities from a screen flick set to key press win+alt+p, also, I have developed an autoimport folder to Onenote so that anything I put in the folder gets autoimported (good for documents or picture... |
|
 |
Forum: Scripts Topic: real expose clone |
| Unambiguous |
|
Posted: May 21st, 2007, 9:55 pm
|
|
Replies: 291 Views: 42038
|
| I was wondering two things. First of all, is there anyway to make this work for multiple monitors (currently works for primary monitor and brings other windows over to Mon 1). Secondly, is there a way to draw the windows so they are not in a strict grid if the scale windows setting is off? |
|
 |
Forum: Support Topic: Collab offer: Work with me on an amazing app launcher |
| Unambiguous |
|
Posted: April 20th, 2007, 6:12 pm
|
|
Replies: 14 Views: 1457
|
| Ezuk, I am in. I was thinking about starting something similar along the lines of a qs / launchy / enso alternative. PM me to get a conversation going. I am primarily interested in a modular app that would be easy for anyone to add new scripts or functions in a designated area to add more functional... |
|
 |
Forum: Scripts Topic: Minimize Inactive Windows |
| Unambiguous |
|
Posted: April 22nd, 2006, 6:56 pm
|
|
Replies: 5 Views: 3083
|
| Well, I realize after the post yesterday that noone was really interested in the idea, so I gave it a try myself. This script will minimize any inactive windows after n seconds. The reason for this is that I have a lot of windows open normally, and just forget they are there. This allows for a much ... |
|
 |
| Sort by: |