|
TaoPhoenix
|
 |
« Reply #75 on: June 15, 2012, 04:11:30 PM » |
|
I just wanted to drop you a line Miles praising your dedication to new features.
|
|
|
|
|
Logged
|
|
|
|
|
MilesAhead
|
 |
« Reply #76 on: June 15, 2012, 04:44:30 PM » |
|
I just wanted to drop you a line Miles praising your dedication to new features.
Thanks. I like this explorer placement thing just because there are so many utilities that open explorer windows willy-nilly. Now I don't care. Just hit control-shift-e and they are in some sort of pattern. I learned some stuff about AHK_L that surprised me. For one thing local variables created inside a function don't just "disappear" when you leave the function like in most compiled languages. They are still lurking around. But if you call the function again they are overwritten with new values instead of spawning more. Little tidbits are interesting. I'm used to compiled languages where the stuff is stored on the stack. Return from function and it's all gone. 
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #77 on: June 15, 2012, 10:21:52 PM » |
|
MoveIt 1.1.8.5 Added a confirmation dialog for "Reload to Free Memory" command.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
|
MilesAhead
|
 |
« Reply #78 on: June 17, 2012, 02:13:23 PM » |
|
MoveIt 1.1.8.6 Added pattern for 5 Explorer folders.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #79 on: June 20, 2012, 04:41:05 PM » |
|
MoveIt 1.1.8.7 Changed Middle Mouse Button hotkey so that it only fires when held on Caption Bar. This should reduce conflict with windows using it for scrolling.. such as browsers.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
Contro
|
 |
« Reply #80 on: June 22, 2012, 03:31:21 PM » |
|
I would like to know the meaning of "Pass margin=n to adjust Desktop Margin Valid range for n is 0 to 12 . Default is 4" Best Regards 
|
|
|
|
|
Logged
|
|
|
|
|
MilesAhead
|
 |
« Reply #81 on: June 23, 2012, 03:26:48 PM » |
|
MoveIt 1.1.8.8 Fixed regression introduced in previous revision where active window handle was not always obtained during hotkey handling.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #82 on: June 23, 2012, 03:28:32 PM » |
|
I would like to know the meaning of "Pass margin=n to adjust Desktop Margin Valid range for n is 0 to 12 . Default is 4" Best Regards  Readme.txt search on "margin"
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
Contro
|
 |
« Reply #83 on: June 24, 2012, 07:39:51 PM » |
|
Running 
|
|
|
|
|
Logged
|
|
|
|
|
MilesAhead
|
 |
« Reply #84 on: July 14, 2012, 03:41:25 PM » |
|
MoveIt 1.1.9.1 Added Control Shift Arrow hotkeys. Works the same as Alt Arrow(which is still there) but moves the window by a smaller increment.
Changed Snap Explorer to Quadrant to Snap Window to Quadrant. Now the Mouse Cursor Position is used to determine the quadrant rather than the window origin. Any movable window may be snapped. If the window is not resizeable it is just moved. Otherwise it is also sized to fit in the quadrant.
See About Box and Readme.txt for more details.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #85 on: July 14, 2012, 04:07:35 PM » |
|
MoveIt 1.1.9.2 When snapping a window to quadrant, MoveIt now uses Hit Test to make sure the mouse cursor is on the caption bar. This is to avoid possible conflicts with Alt Click. When dragging the window the mouse should be in the right place anyway. Just a precaution since it doesn't seem to have any effect on responsiveness.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
tomos
|
 |
« Reply #86 on: July 14, 2012, 04:16:58 PM » |
|
MoveIt 1.1.9.1 Added Control Shift Arrow hotkeys. Works the same as Alt Arrow(which is still there) but moves the window by a smaller increment. This is very nice to have more control - but it clashes with Ctrl+Shift+Arrow which selects a word of text (in direction of the arrow). It's one that's very commonly used AFAIK. Unfortunately I've also run into a problem with Alt+Arrow clashing with a software I'm using a lot at the moment - I had a false alarm with that before, but this one is real. I'll look at modifing the keys once I figure out a decent alternative shortcut - they mostly taken by one app or another  Considering Ctrl+Alt+Arrow but need to research a bit first. Changed Snap Explorer to Quadrant to Snap Window to Quadrant. Now the Mouse Cursor Position is used to determine the quadrant rather than the window origin. Any movable window may be snapped. If the window is not resizeable it is just moved. Otherwise it is also sized to fit in the quadrant.
See About Box and Readme.txt for more details. this sounds interesting, haven't used it yet this way, must check it out.
|
|
|
|
|
Logged
|
|
|
|
|
MilesAhead
|
 |
« Reply #87 on: July 14, 2012, 08:52:24 PM » |
|
The hotkeys are good points. I'm thinking of changing Alt Arrow to Win-Alt-Arrow and Control-Shift Arrow to Control=Win Arrow.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #88 on: July 14, 2012, 09:03:51 PM » |
|
MoveIt 1.1.9.3 Changed Arrow hotkeys to Alt-Winkey Arrow for move by large increment, and Control-Winkey Arrow to move by smaller increment. This should remove conflict with commonly used hotkeys.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
tomos
|
 |
« Reply #89 on: July 15, 2012, 05:49:20 AM » |
|
MoveIt 1.1.9.3 Changed Arrow hotkeys to Alt-Winkey Arrow for move by large increment, and Control-Winkey Arrow to move by smaller increment. This should remove conflict with commonly used hotkeys.
that's a good choice, will test, thanks  edit/ it's working great 
|
|
|
|
|
Logged
|
|
|
|
|
MilesAhead
|
 |
« Reply #90 on: July 15, 2012, 01:54:27 PM » |
|
MoveIt 1.1.9.3 Changed Arrow hotkeys to Alt-Winkey Arrow for move by large increment, and Control-Winkey Arrow to move by smaller increment. This should remove conflict with commonly used hotkeys.
that's a good choice, will test, thanks  edit/ it's working great  Cool. I appreciate the feedback. 
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #91 on: July 16, 2012, 09:26:02 PM » |
|
MoveIt 1.2.0.0 Added keys 1 - 9 (top main keyboard row only, not numberpad) to position windows without resizing in tic tac toe style. 1 = bottom left corner of work area. 9 = top right.
This should eliminate the need to use TicClick if you have MoveIt running.
See About Box for details.
I bumped up the version to 1.2.0.0 since it embeds the functionality of another utility.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #92 on: July 16, 2012, 10:38:44 PM » |
|
MoveIt 1.2.1.0 User Keyboard Hotkey bug fix.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #93 on: July 18, 2012, 02:59:21 PM » |
|
MoveIt 1.2.3.0 User hotkey .. more bugs fixed. Edit: Now compiled with AHK_L 1.1.08.00 32 bit English Unicode.
1.2.2.0 Added test for maximized window for 1 - 9 move. If maximized, no action is taken(ding sound is played.)
|
|
|
|
« Last Edit: July 18, 2012, 04:44:51 PM by MilesAhead »
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
tomos
|
 |
« Reply #94 on: July 26, 2012, 04:19:42 PM » |
|
I dont know would this be called a bug or not...
I press my default hotkey, then decide not to use the app and press the escape key:
--------------------------- Error: The following variable name contains an illegal character: "Custom_"
Line# ---> 158: if (InStr(Custom_%key%,"|"))
The current thread will exit. ---------------------------
|
|
|
|
|
Logged
|
|
|
|
|
MilesAhead
|
 |
« Reply #95 on: July 26, 2012, 04:35:14 PM » |
|
Thanks. I'll set it to use Esc to bail out of the input on next release.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #96 on: July 26, 2012, 04:44:29 PM » |
|
MoveIt 1.2.4.0 Pressing Esc key now bails out of "hotkey, then press a key" actions without an error.
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
|
|
MilesAhead
|
 |
« Reply #98 on: July 26, 2012, 05:40:40 PM » |
|
Thanks for the effort you put into both the feedback and the review. I appreciate it. 
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|
MilesAhead
|
 |
« Reply #99 on: July 26, 2012, 06:10:44 PM » |
|
MoveIt 1.2.5.0 Added code to screen out unusable keys in the case of "hotkey,then press a key" actions. If the key is not in 1 - 9 and is not in list of letters for sections, (such as t,b,l,r,s,c,h,v,u,z) a "ding" is played (unless the key in the Esc key. In which case the function returns silently, as that's the valid key to cancel an operation.) It may seem like a lot of particulars.. but it's kind of like the vi editor. If you use it fairly regularly, before you know it your fingers remember what to do. 
|
|
|
|
|
Logged
|
"I can't speak to anyone anywhere because I flunked Esperanto." -- MilesAhead
|
|
|
|