| Author |
Message |
Topic: [ARCHIVED THREAD] SciTE4AutoHotkey v2 (beta) in the making |
ttzm
Replies: 46
Views: 9564
|
Forum: Scripts & Functions Posted: Mon Jan 26, 2009 3:36 am Subject: [ARCHIVED THREAD] SciTE4AutoHotkey v2 (beta) in the making |
I prefer to use the ahk.properties came with AutoHotkey, and the original edition of SciTE.
I think it's more important to improve the ahk.properties came with AutoHotkey and the AutoHotkey.api m ... |
Topic: [1-25 Update] Decompressed Archives, Remove Needless DIR |
ttzm
Replies: 6
Views: 1361
|
Forum: Scripts & Functions Posted: Sun Jan 25, 2009 1:23 pm Subject: [1-25 Update] Decompressed Archives, Remove Needless DIR |
2009-1-25 update:
Line 70 is deleted, more lines insert there.
Before this update, in the desktop, if archive's name is same as the folder inside it, you need refresh to show the final folder in ... |
Topic: [1-25 Update] Decompressed Archives, Remove Needless DIR |
ttzm
Replies: 6
Views: 1361
|
Forum: Scripts & Functions Posted: Tue Jan 20, 2009 4:02 pm Subject: [1-25 Update] Decompressed Archives, Remove Needless DIR |
2009-01-21 Found missing
FileRemoveDir %DecompressDIR%
Now fixed. |
Topic: [1-25 Update] Decompressed Archives, Remove Needless DIR |
ttzm
Replies: 6
Views: 1361
|
Forum: Scripts & Functions Posted: Thu Jan 15, 2009 4:01 pm Subject: [1-25 Update] Decompressed Archives, Remove Needless DIR |
I use another mechanism tho with WinRar that doesn't suppor this. In combination with Total Commander, you can see a flat view of folder and its subfolders (so called branch view) which help quickly ... |
Topic: [1-25 Update] Decompressed Archives, Remove Needless DIR |
ttzm
Replies: 6
Views: 1361
|
Forum: Scripts & Functions Posted: Wed Jan 14, 2009 1:07 pm Subject: [1-25 Update] Decompressed Archives, Remove Needless DIR |
1-14 Updated:
FileMoveDir using Parameter R
Little adjusted |
Topic: Crazy Scripting : IconEx v1.4b - Icon Explorer / Extractor |
ttzm
Replies: 48
Views: 11330
|
Forum: Scripts & Functions Posted: Tue Jan 13, 2009 2:16 am Subject: Crazy Scripting : IconEx v1.4b - Icon Explorer / Extractor |
http://ttzm33.googlepages.com/IconEX.png
as picture above :
IconEX v1. 0 didn't list all of the ICONS in the CCleaner. exe |
Topic: [1-25 Update] Decompressed Archives, Remove Needless DIR |
ttzm
Replies: 6
Views: 1361
|
Forum: Scripts & Functions Posted: Sat Jan 10, 2009 9:18 am Subject: [1-25 Update] Decompressed Archives, Remove Needless DIR |
First of all, I have to say My english is NOT good ! So Viewer Discretion Is Adviced
More details about the title:
Usually, there are two ways to compress files into an archive. One way is Sel ... |
Topic: SysGet command get the Height of a caption area is Different |
ttzm
Replies: 0
Views: 386
|
Forum: Ask for Help Posted: Tue Nov 11, 2008 3:46 am Subject: SysGet command get the Height of a caption area is Different |
SysGet, TitleBarHeight, 4 ;4 SM_CYCAPTION: Height of a caption area, in pixels.
Msgbox,%TitleBarHeight%
The above script msgbox in my XP shows "26".
But I found the Height of ac ... |
Topic: (Not Solved) ALT-TAB with left and right mouse clicks |
ttzm
Replies: 7
Views: 730
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 6:37 am Subject: (Not Solved) ALT-TAB with left and right mouse clicks |
~LButton & RButton::AltTab
above is better than RightClick + LeftClick, because RightClick Couldn't easy to other hotkey without losing its own function...
But , NiftyWindow have a solution ... |
Topic: simple window switching |
ttzm
Replies: 2
Views: 2077
|
Forum: Scripts & Functions Posted: Tue Sep 16, 2008 6:20 am Subject: simple window switching |
Less windows will more fit this |
Topic: Original LMouse Functions |
ttzm
Replies: 3
Views: 441
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 6:09 am Subject: Original LMouse Functions |
Try:
~LButton & RButton::AltTab
Simple and useful~!
I think it's good than RightClick + LeftClick Or RightClick + WheelDown |
Topic: Alt+Tab Action for the Mouse Wheel |
ttzm
Replies: 42
Views: 19231
|
Forum: Scripts & Functions Posted: Tue Sep 16, 2008 3:56 am Subject: Alt+Tab Action for the Mouse Wheel |
~Rbutton & LButton::AltTab
RButton::MouseClick, right,,,,, D
RButton up::MouseClick, right,,,,, U ; This method allows right-click-drag to work.
this cloudn't work well , al ... |
Topic: Progman, WorkerW, {RWin} shortcut behavior |
ttzm
Replies: 3
Views: 1030
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 6:31 am Subject: Progman, WorkerW, {RWin} shortcut behavior |
^f::Send #d
the last active window stays active (most of the time) (Why ?)
mine is XpSp3
I have Win key in my keyboard.
And Seems OK... |
Topic: [Done]confused comments in If Command at AutoHotkey.chm |
ttzm
Replies: 5
Views: 2045
|
Forum: Ask for Help Posted: Mon Sep 08, 2008 4:28 am Subject: [Done]confused comments in If Command at AutoHotkey.chm |
it looks like I should consider "If var" as "If var not Empty or Zero"
shame  |
Topic: [Done]confused comments in If Command at AutoHotkey.chm |
ttzm
Replies: 5
Views: 2045
|
Forum: Ask for Help Posted: Mon Sep 08, 2008 3:57 am Subject: [Done]confused comments in If Command at AutoHotkey.chm |
if Done
MsgBox The variable Done is neither empty nor zero.
But like above , is not result true then execute the Msgbox ?? |
| |