| Author |
Message |
Forum: Support Topic: gmail shortcut for "move to trash" |
| mo |
|
Posted: November 26th, 2005, 10:23 am
|
|
Replies: 1 Views: 494
|
Where would one start to make a AHK shortcut for gmail's
"move to trash" action?
thanks |
|
 |
Forum: Scripts Topic: Incrementally switch between windows |
| mo |
|
Posted: January 2nd, 2005, 2:27 am
|
|
Replies: 153 Views: 50870
|
thanks alot for posting your awesome script. I mapped up/down (and pgup/pgdn) to ctl-p and ctl-n, so you can go up and down without my hands leaving home row.
Having each application name (or shortened app name) first before window title in the window list could be nice.
thanks again. |
|
 |
Forum: Support Topic: delete line of text |
| mo |
|
Posted: January 1st, 2005, 10:13 pm
|
|
Replies: 11 Views: 1478
|
| thanks for all the help (and ahk) - the simple hotkeys below pretty much got me what I was looking for in emacs cursor movement for diff applications and editable text boxes. Although, ctl + f, messes up "find" in many applications. If there are any ideas to get around this and still use ctl + f for... |
|
 |
Forum: Support Topic: delete line of text |
| mo |
|
Posted: May 29th, 2004, 5:51 pm
|
|
Replies: 11 Views: 1478
|
Also, I wanted to send the text from insertion point until eol to
the clipboard, but I am having a problem getting ControlGet ... Selected to return the selected string.
ControlSend, %control%, +{END}, %title%
ControlGet, clip, %control%, Selected, , %control%, %title% |
|
 |
Forum: Support Topic: delete line of text |
| mo |
|
Posted: May 29th, 2004, 5:49 pm
|
|
Replies: 11 Views: 1478
|
| Thats an good idea. Is there a command or way to return the current control directly so this would work in any editable textbox. Thanks alot Chris and beardboy. here is what I have now: ^k:: WinGetTitle, title, A IfInString, title, Ultra { control = EditControl1 } else { control = Edit1 } ControlGet... |
|
 |
Forum: Support Topic: delete line of text |
| mo |
|
Posted: May 16th, 2004, 11:36 pm
|
|
Replies: 11 Views: 1478
|
thanks bb, i think I am bit dense,
ControlGet, line, Line, 1
MsgBox, %line%
returns empty.
What would the syntax of ControlSetText be after I have
parsed the string?
thanks abunch,
mo |
|
 |
Forum: Support Topic: delete line of text |
| mo |
|
Posted: May 16th, 2004, 6:24 pm
|
|
Replies: 11 Views: 1478
|
I would like a hotkey to delete until end of line of text. Is there a way to get just the current line of text of the active window? Didn't look like WinGetText or ControlGetText would be good if you were in a large text file.
thanks |
|
 |
| Sort by: |