| Author |
Message |
Topic: TEXT auto edit\format, can AHK help...? |
Dinguz
Replies: 1
Views: 145
|
Forum: Ask for Help Posted: Sun Jan 02, 2011 3:17 am Subject: TEXT auto edit\format, can AHK help...? |
1) justified text center (for poetry)
2) REAL total fullscreen
(transparency of all except text, would do)
Is AHK the right program to automatically \ dynamically change say any instance of WOR ... |
Topic: Help merging some hotkeys ~ functions |
Dinguz
Replies: 1
Views: 172
|
Forum: Ask for Help Posted: Mon Oct 18, 2010 12:31 am Subject: Help merging some hotkeys ~ functions |
FIRST
opens the run command prompt, lets me type then launches
SECOND script
has shift thrown in, so everthing typed is CAPITALISED which wont launch other hotkeys
THIRD\ALTERNATE FIX
how woul ... |
Topic: hotcorners + 4 directions possible?, example please. |
Dinguz
Replies: 2
Views: 182
|
Forum: Ask for Help Posted: Sun Oct 17, 2010 9:41 pm Subject: hotcorners + 4 directions possible?, example please. |
trying to modify HOTCORNERS, a directional "when the mouse touches boarder" = launcher thing no mouse-clicking
http://www.autohotkey.com/forum/viewtopic.php?t=5391
Is, L ... |
Topic: adding shift to a hotkey (run command launcher) |
Dinguz
Replies: 3
Views: 156
|
Forum: Ask for Help Posted: Fri Aug 13, 2010 1:03 am Subject: adding shift to a hotkey (run command launcher) |
nope, not that easy
I NEED shift around
Send #r = run command
AND during that i need commands to be entered capitalized {shift} OR + |
Topic: adding shift to a hotkey (run command launcher) |
Dinguz
Replies: 3
Views: 156
|
Forum: Ask for Help Posted: Thu Aug 12, 2010 11:43 pm Subject: adding shift to a hotkey (run command launcher) |
I use capslock for a RUN command line, Launcher and i need what i type while capslock is down to be capitalized
so basically i need to add shift OR + and i have no clue what that would look like
so ... |
Topic: a little help. |
Dinguz
Replies: 4
Views: 193
|
Forum: Ask for Help Posted: Wed Jun 30, 2010 8:24 pm Subject: a little help. |
I use capslock for a RUN/Launcher and i need what i type while capslock is down to be capitalized
so basically i need to add shift/ + and i have no clue what that would look like
[Code]
CapsLoc ... |
Topic: explain differences please |
Dinguz
Replies: 1
Views: 164
|
Forum: Ask for Help Posted: Sat Jun 26, 2010 9:29 pm Subject: explain differences please |
IS ONE BETTER THAN ANOTHER?
as double tap HOTKEYS
if there is a third better way ?please share.
~2::
KeyWait, 2
KeyWait, 2, D, T0.12
If ErrorLevel = 1
Return
Else
Run, 2.lnka
~2:: ... |
Topic: HOW TO} PHRASE #ifWinNotActive ahk_class, MULTIPLES |
Dinguz
Replies: 1
Views: 233
|
Forum: Ask for Help Posted: Sat Jun 26, 2010 8:54 pm Subject: HOW TO} PHRASE #ifWinNotActive ahk_class, MULTIPLES |
....if win active doesnt seem to work w/my hotkeys as exception, WHY and whats appropriate?
#ifWinNotActive ahk_class TMainForm
#ifWinNotActive ahk_class Notepad
#ifWinNotActive ahk_class Mozilla ... |
Topic: can press AND hold be a hotkey (if so example please) |
Dinguz
Replies: 2
Views: 208
|
Forum: Ask for Help Posted: Thu Jun 24, 2010 7:46 pm Subject: can press AND hold be a hotkey (if so example please) |
| ive been trying to script a mouse replacement to my netbook keyboard and SPACE as enter is easy but AppsKey / righclickISH on the same key is proving beyond my AHKskills. |
Topic: !HELP!}HOW-TO} 1click SPACE = Enter, 2click = AppsKey |
Dinguz
Replies: 7
Views: 304
|
Forum: Ask for Help Posted: Thu Jun 24, 2010 1:34 am Subject: !HELP!}HOW-TO} 1click SPACE = Enter, 2click = AppsKey |
i
think
i
need
a
keywait
for
the
single
because
OR
otherwise
the
second
click
is
too
slow
!HA
! thats what happend w/this script on wwhich is fine i use
#IfWinActive ahk_cla ... |
Topic: !HELP!}HOW-TO} 1click SPACE = Enter, 2click = AppsKey |
Dinguz
Replies: 7
Views: 304
|
Forum: Ask for Help Posted: Thu Jun 24, 2010 12:55 am Subject: P |
i still have no clue
isnt this an easy one? |
Topic: !HELP!}HOW-TO} 1click SPACE = Enter, 2click = AppsKey |
Dinguz
Replies: 7
Views: 304
|
Forum: Ask for Help Posted: Wed Jun 23, 2010 8:11 pm Subject: !HELP!}HOW-TO} 1click SPACE = Enter, 2click = AppsKey |
TITLE SAYS IT ALL
though this below says how weak my AHKskillz are.
#IfWinActive ahk_class ExploreWClass
~space::
IfNotInString, A_PriorHotkey, space
{
Send, {AppsKey}
KeyWait, space
... |
Topic: keeping a program minimized |
Dinguz
Replies: 0
Views: 287
|
Forum: Ask for Help Posted: Sun Jun 13, 2010 8:12 pm Subject: keeping a program minimized |
I use a launcher, (executor.exe) similar to LAUNCHY
and it remains focus-able !yet transparent! and I close it often when im closing multiple windows with an ALT-F4 hotkey, it hides itself from ALT- ... |
Topic: HOWTO activewindow TO one side |
Dinguz
Replies: 6
Views: 381
|
Forum: Ask for Help Posted: Mon May 31, 2010 2:04 am Subject: Done. |
thanks again for your interest
your original scripts ended up working
is what i ended up using with hotcorners ONLY
trying to "SEND" commands to the WIN7 like program was just compli ... |
Topic: ACTIVATE else MINIMIZE else LAUNCH (examples please) |
Dinguz
Replies: 1
Views: 248
|
Forum: Ask for Help Posted: Sun May 30, 2010 6:49 pm Subject: ACTIVATE else MINIMIZE else LAUNCH (examples please) |
Basically I want single instances of any unique window I have hotkeyed
Ive cobbled togeather many scripts to do two, is there a limit on ELSE or an order I need to put them in?
activate/FOCUS &q ... |
| |