| Author |
Message |
Topic: Paste plain text (and copy/cut) |
sashabe
Replies: 14
Views: 2279
|
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: 21
Views: 2345
|
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: 14
Views: 1234
|
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: 10
Views: 1219
|
Forum: Scripts & Functions Posted: Mon Dec 31, 2007 1:03 pm Subject: Keyboard layout switcher |
| А нельзя ли присобачить к нему воk ... |
Topic: Keyboard layout switcher |
sashabe
Replies: 10
Views: 1219
|
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: 14
Views: 2279
|
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: 191
|
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: 2703
|
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: 933
|
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: 293
|
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}
... |
Topic: Toggle "Always Run" mode with Caps Lock |
sashabe
Replies: 3
Views: 293
|
Forum: Ask for Help Posted: Mon Aug 13, 2007 1:43 am Subject: Toggle "Always Run" mode with Caps Lock |
| Thanks, it works as needed, but not in game (Far Cry). The single "w" stops working. I tried the following variant (as it may be more compatible with games as i've understood), but it just d ... |
Topic: Toggle "Always Run" mode with Caps Lock |
sashabe
Replies: 3
Views: 293
|
Forum: Ask for Help Posted: Sun Aug 12, 2007 8:39 pm Subject: Toggle "Always Run" mode with Caps Lock |
| I'm trying to set up Capslock behaviour so when it's "on", the "w" key (most known as a "go forward" key in PC games) pressed once produces permanent effect as if it were ... |
Topic: Function CountPresses() - easily detect multiple presses |
sashabe
Replies: 12
Views: 1315
|
Forum: Scripts & Functions Posted: Sun Feb 18, 2007 8:57 pm Subject: Function CountPresses() - easily detect multiple presses |
Thanks a lot, invaluable scripts! Multiple presses should be incorporated into AHK engine, it seems, to lighten code.
Could please the author make the script insensible to long pressings, in the way ... |
Topic: Taskbar transparent/opaque on mouseover |
sashabe
Replies: 0
Views: 172
|
Forum: Ask for Help Posted: Thu Feb 15, 2007 9:42 pm Subject: Taskbar transparent/opaque on mouseover |
The question is: the taskbar is transparent initially (the code below works), but on mouseover it becomes opaque. How to make it?
WinSet Transparent, 195, ahk_class Shell_TrayWnd
The bigger one is, ... |
| |