| Author |
Message |
Topic: New to forums |
tidbit
Replies: 6
Views: 119
|
Forum: General Chat Posted: Sat Nov 22, 2008 3:24 am Subject: New to forums |
also, if you post code, use the Code button above the box where you type.
if you are looking for a script, use the live chat (IRC).
Don't forget to read all the pinned (stickied) topics! they are ... |
Topic: Notepad++ : Black Background |
tidbit
Replies: 7
Views: 537
|
Forum: General Chat Posted: Fri Nov 21, 2008 11:47 pm Subject: Notepad++ : Black Background |
every text type has a forground and background.
don't just change the main background, you gotta go though EVERY option. |
Topic: Google Chrome |
tidbit
Replies: 2
Views: 75
|
Forum: General Chat Posted: Fri Nov 21, 2008 5:00 pm Subject: Google Chrome |
| http://www.autohotkey.com/forum/viewtopic.php?t=35348chrome |
Topic: Operators? |
tidbit
Replies: 4
Views: 65
|
Forum: Ask for Help Posted: Thu Nov 20, 2008 11:29 pm Subject: Operators? |
try:
average := % age/time |
Topic: Keyboard Layout Screwed |
tidbit
Replies: 9
Views: 90
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 4:43 pm Subject: Keyboard Layout Screwed |
| I was posting when you did....so no, I didn't read it until I posted. |
Topic: ahk -> c++ migration tutorial |
tidbit
Replies: 16
Views: 309
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 4:21 am Subject: ahk -> c++ migration tutorial |
because pros use it, Duh!
and its like lightning speed compared to AHK.
****ps, what you can make in AHK is as good as it can get in C++, maybe like 1-5 MS slower, if even.
if you reach a limita ... |
Topic: Keyboard Layout Screwed |
tidbit
Replies: 9
Views: 90
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 3:59 am Subject: Keyboard Layout Screwed |
AFAIK rclick isnt a comand. or a key on any keyboard.
*searches manual*
*looks at keyboard*
*2 minutes later*
indeed, i am right.
closest things i got a Rbutton (right mouse) and {Right} (Right a ... |
Topic: appending contents of clipboard to a file |
tidbit
Replies: 4
Views: 78
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 3:49 am Subject: appending contents of clipboard to a file |
i have no clue if this is why, but both of you are forgetting a return.
^d::
Clipboard_save := ClipboardAll
Clipboard =
send, ^a
Sleep, 100
Send, ^c
ClipWait, 0.5
clipboard1 ... |
Topic: Help for new users |
tidbit
Replies: 4
Views: 178
|
Forum: Ask for Help Posted: Fri Nov 14, 2008 4:21 pm Subject: Help for new users |
or use lables:
Gui, Add, Button, x100 y100 gcandycane, I like big buttons
Gui, Add, Button, x100 y130 gllama, I cannot lie.
Gui, Show, w200 h230, Test
Return
candycane:
MsgBox oo ... |
Topic: Drop list or Menu as macros launcher |
tidbit
Replies: 4
Views: 111
|
Forum: Ask for Help Posted: Wed Nov 12, 2008 4:14 pm Subject: Drop list or Menu as macros launcher |
you're welcome
still searching for my answer though. |
Topic: Drop list or Menu as macros launcher |
tidbit
Replies: 4
Views: 111
|
Forum: Ask for Help Posted: Wed Nov 12, 2008 12:41 am Subject: Drop list or Menu as macros launcher |
this is a whole app I made just for me, but you can study it
note: some things might not work for you, as it is meant for ME. But you should get the point.
press the right-win key to activate.
... |
Topic: Middle mouse down+left click=shift+middle click |
tidbit
Replies: 4
Views: 117
|
Forum: Ask for Help Posted: Tue Nov 11, 2008 6:21 pm Subject: Middle mouse down+left click=shift+middle click |
~MButton & LButton::Send +{MButton}
maybe even:
~$MButton & LButton::Send +{MButton}
or:
$~MButton & LButton::Send +{MButton} |
Topic: Simple remap of 1 key to 3 other keys |
tidbit
Replies: 11
Views: 138
|
Forum: Ask for Help Posted: Mon Nov 10, 2008 10:15 pm Subject: Simple remap of 1 key to 3 other keys |
try either:
d::
Send, q
Send, w
Send, e
returnord::
Send, qwe
return
; here is a compressed version: d::send qwe
; no return needed for the compressed version
... |
Topic: hide taskbar window of Microsoft Word |
tidbit
Replies: 15
Views: 369
|
Forum: Ask for Help Posted: Sun Nov 09, 2008 3:40 pm Subject: hide taskbar window of Microsoft Word |
see, instead of asking 20,000 questions, if you TRY, or atleast use the SEARCH, you can get results.
soooo, you're making progress, grats.
now just keep on trying and/or searching. |
Topic: What do you think about this world? |
tidbit
Replies: 12
Views: 415
|
Forum: General Chat Posted: Sat Nov 08, 2008 11:36 pm Subject: What do you think about this world? |
through the eyes of a pessimist:
What do you think about this world?
-meh, its doomed no matter what.
Is this heven?
-no
Or is this hell?
-no
Can you see some very good things?
-not real ... |
| |