| Author |
Message |
Topic: Convert text - uppercase, lowercase, capitalized or inverted |
sashabe
Replies: 16
Views: 3793
|
Forum: Scripts & Functions Posted: Fri Nov 13, 2009 5:11 pm Subject: Convert text - uppercase, lowercase, capitalized or inverted |
would it be possible to toggle between all of them?
upper/lower/capitalised
so instead of 3 combination you will have one-if pressed
once, upper
twice lower
3x, capitalised
and so on
quit from ... |
Topic: Scroll background window |
sashabe
Replies: 2
Views: 149
|
Forum: Ask for Help Posted: Thu Jul 09, 2009 12:37 pm Subject: Scroll background window |
| Thanks) |
Topic: Send mouse scrolls to window under mouse |
sashabe
Replies: 55
Views: 16722
|
Forum: Scripts & Functions Posted: Thu Jul 09, 2009 12:35 pm Subject: Send mouse scrolls to window under mouse |
Here is a simple alternative. It actually works quite well. Well enough that I have finally removed KatMouse from my system.
note: should work with Windows 98+
CoordMode, Mouse, Screen
return ... |
Topic: Scroll background window |
sashabe
Replies: 2
Views: 149
|
Forum: Ask for Help Posted: Thu Jul 09, 2009 7:38 am Subject: Scroll background window |
| Is it possible with Autohotkey to scroll any window under the mouse pointer, not only active? I miss this feature very much, it's very useful when you need to work with several windows. |
Topic: iTunes controls with fast-forward/rewind |
sashabe
Replies: 6
Views: 4645
|
Forum: Scripts & Functions Posted: Thu Jan 22, 2009 12:44 am Subject: iTunes controls with fast-forward/rewind |
I forgot to add the volume-up/down keys in the previous post:
^@38=Msg|iTunes|793|0|655360 ; Ctrl+Alt+Up : Volume up
^@40=Msg|iTunes|793|0|589824 ; Ctrl+Alt+Down: Volume down
Also very useful ... |
Topic: Paste plain text (and copy/cut) |
sashabe
Replies: 15
Views: 6403
|
Forum: Scripts & Functions Posted: Fri May 16, 2008 9:33 am Subject: Paste plain text (and copy/cut) |
I have a modified version to remove white space and new line marks and that avoids "pasting" because that can trigger unnecessary paste options in Microsoft Office:
>!v:: ; pa ... |
Topic: Extract Informations about TaskButtons |
sashabe
Replies: 30
Views: 8237
|
Forum: Scripts & Functions Posted: Sun May 11, 2008 5:45 pm Subject: Extract Informations about TaskButtons |
Thanks to the author!  |
Topic: Convert text - uppercase, lowercase, capitalized or inverted |
sashabe
Replies: 16
Views: 3793
|
Forum: Scripts & Functions Posted: Wed Jan 09, 2008 7:41 pm Subject: Convert text - uppercase, lowercase, capitalized or inverted |
| How about unicode support for this script? Is it possible? |
Topic: Keyboard layout switcher |
sashabe
Replies: 17
Views: 5780
|
Forum: Scripts & Functions Posted: Mon Dec 31, 2007 1:03 pm Subject: Keyboard layout switcher |
| А нельзя ли присобачить к нему воk ... |
Topic: Keyboard layout switcher |
sashabe
Replies: 17
Views: 5780
|
Forum: Scripts & Functions Posted: Sat Dec 29, 2007 7:08 pm Subject: Keyboard layout switcher |
| Thanks!!! Спасибо))) Бесценная вещь) |
Topic: Paste plain text (and copy/cut) |
sashabe
Replies: 15
Views: 6403
|
Forum: Scripts & Functions Posted: Thu Dec 27, 2007 11:52 pm Subject: Paste plain text (and copy/cut) |
| Is it possible to modify this script so that he'd work with Unicode characters? Now, for example, if cyrillic characters are copied, trash letters like "ввиду специфик" are pasted. |
Topic: umount USB stick script needed |
sashabe
Replies: 2
Views: 355
|
Forum: Ask for Help Posted: Fri Nov 16, 2007 9:21 am Subject: umount USB stick script needed |
| Thanks! It works! Finally;) |
Topic: Automatic Wallpaper Changer [AHK Script, requires IrfanView] |
sashabe
Replies: 5
Views: 4904
|
Forum: Scripts & Functions Posted: Tue Aug 14, 2007 6:23 pm Subject: Automatic Wallpaper Changer [AHK Script, requires IrfanView] |
Hi, i edited the script a bit to my taste and decided to upload here.
The major change is that this version of script exits itself immediately after changing wallpaper. Thus, there's no memory footp ... |
Topic: Window to the World - Panoramio Wallpaper Changer |
sashabe
Replies: 2
Views: 1464
|
Forum: Scripts & Functions Posted: Tue Aug 14, 2007 2:23 pm Subject: Window to the World - Panoramio Wallpaper Changer |
| Your link does not work properly. It shows only a blank page. |
Topic: Toggle "Always Run" mode with Caps Lock |
sashabe
Replies: 3
Views: 473
|
Forum: Ask for Help Posted: Tue Aug 14, 2007 9:52 am Subject: Toggle "Always Run" mode with Caps Lock |
After a number of tests, this code works (WOHOO!! :
~w::
if GetKeyState("CapsLock", "T")
{
loop
{
Send {w down}
... |
| |