| Author |
Message |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 9:52 pm Subject: Put selected text into tags without using clipboard |
Guys, you are awesome!
It now highlights the previously selected text, though a bit slow. |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 1:08 pm Subject: Put selected text into tags without using clipboard |
it is completely a bad idea to use find functions.
It opens findbar, it erases last search word in it. It finds the searched phrase, but it doesn't select it. Browser just highlights the found result ... |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 4:21 am Subject: Put selected text into tags without using clipboard |
One last small thing: could someone please fix it?
In the final version of the script:
GroupAdd, Browsers, ahk_class MozillaWindowClass
GroupAdd, Browsers, ahk_class Chrome_WidgetWin_0
GroupAdd, B ... |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Mon Jan 23, 2012 10:29 am Subject: Put selected text into tags without using clipboard |
| Thank you Odlanir, it works great now! |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Mon Jan 23, 2012 2:45 am Subject: Put selected text into tags without using clipboard |
| Actually the script acts even when no text is selected. |
Topic: How to move elements of taskbar? |
iDrug
Replies: 3
Views: 104
|
Forum: Ask for Help Posted: Mon Jan 23, 2012 12:17 am Subject: How to move elements of taskbar? |
:mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
Could you give me some possible words to make a search through this forum??
site's root > wiki > script listing ... |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Sun Jan 22, 2012 5:45 pm Subject: Put selected text into tags without using clipboard |
:shock:
I didn't know that. Thank you, Guest
Than it might be another surprise for you, try hitting this hotkey in windows:
LAlt+LShift+PrintScreen
and choose "yes".
Looks especially a ... |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Sun Jan 22, 2012 5:39 pm Subject: Put selected text into tags without using clipboard |
GroupAdd, Browsers, ahk_class MozillaWindowClass
GroupAdd, Browsers, ahk_class Chrome_WidgetWin_0
GroupAdd, Browsers, ahk_class IEFrame
#IfWinActive ahk_group browsers
~!b::Wrap(&quo ... |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Sun Jan 22, 2012 5:18 pm Subject: Put selected text into tags without using clipboard |
Replace clipwait with Sleep, 100 or so and try again.
Thank you, now it works.
Could you please tell me is there a way to optimize the code?
~!sc030::
OldClipboard := Clipboard
... |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Sun Jan 22, 2012 5:02 pm Subject: Put selected text into tags without using clipboard |
| does not work: it replaces the selected text with "cv" and that's all. |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Sun Jan 22, 2012 4:42 pm Subject: Put selected text into tags without using clipboard |
I use this to put tags. It preserve clipboard contents.
Thanks, but I don't need any menus, the purpose is to fasten the process of bbcoding on forums + without the use of mouse, with just keyboard ( ... |
Topic: Put selected text into tags without using clipboard |
iDrug
Replies: 24
Views: 347
|
Forum: Ask for Help Posted: Sun Jan 22, 2012 3:58 pm Subject: Put selected text into tags without using clipboard |
the following script:
!sc030:: Send, ^{sc02E}[b]^{sc02F}[/b] ; Alt+B
puts selected text into bbcode bold tags:
[b][/b]
but it works so, ... |
Topic: How to get a list of windows sorted in the direct order? |
iDrug
Replies: 10
Views: 241
|
Forum: Ask for Help Posted: Sat Jan 07, 2012 3:10 pm Subject: How to get a list of windows sorted in the direct order? |
| Can anyone help me with getting the list of windows in the direct order with the ability to call them (not by title, but by some unique ID)? |
Topic: How to get a list of windows sorted in the direct order? |
iDrug
Replies: 10
Views: 241
|
Forum: Ask for Help Posted: Fri Jan 06, 2012 3:06 am Subject: How to get a list of windows sorted in the direct order? |
Search gave no results.
However, one kind person on a local Russian forum of AHK wrote this code:
#NoTrayIcon
VarSetCapacity(IID, 16)
NumPut(0x11CF3C3D618736E0, IID, 0, "Int64&quo ... |
Topic: How to get a list of windows sorted in the direct order? |
iDrug
Replies: 10
Views: 241
|
Forum: Ask for Help Posted: Thu Jan 05, 2012 10:52 pm Subject: How to get a list of windows sorted in the direct order? |
It is a script by Sean:
http://www.autohotkey.com/forum/post-109547.html#109547
taskbutton.ahk
It does nothing for me: it just pops up with a blank message box. |
| |