| Author |
Message |
Topic: XY Midi Mouse/trackpad |
bold
Replies: 5
Views: 2224
|
Forum: Scripts & Functions Posted: Fri Aug 06, 2010 3:53 pm Subject: XY Midi Mouse/trackpad |
| I only changed the hotkey to F12 and added the mousebutton stuff. Now you have to keep one or two mouse buttons pressed to change pitch and/or modulation. Until you deactivate the script with F12 your ... |
Topic: XY Midi Mouse/trackpad |
bold
Replies: 5
Views: 2224
|
Forum: Scripts & Functions Posted: Fri Aug 06, 2010 9:07 am Subject: XY Midi Mouse/trackpad |
Hey great, thanks, this is pretty useful for me. Do you know of a way to use the absolute coordinates of the touchpad?
I do have a few comments/ideas:
- Esc is not the best key for this as it is ... |
Topic: Virtual Desktops & extras for Win7 |
bold
Replies: 23
Views: 4441
|
Forum: Scripts & Functions Posted: Thu Feb 11, 2010 10:12 pm Subject: Virtual Desktops & extras for Win7 |
Works perfectly!
Could be a problem with my laptop before, or other conflicting scripts. Thanks, nice work. |
Topic: Display and Sort Hotkeys |
bold
Replies: 83
Views: 30637
|
Forum: Scripts & Functions Posted: Thu Feb 11, 2010 9:34 pm Subject: Display and Sort Hotkeys |
I also liked the listview best so I took Infogulch's version and added the listview with some extended functionality.
You can sort the listview with ctrl-1 on column 1 or ctrl-2 on column 2.
And y ... |
Topic: Virtual Desktops & extras for Win7 |
bold
Replies: 23
Views: 4441
|
Forum: Scripts & Functions Posted: Thu Feb 11, 2010 8:42 am Subject: Does not work for me on Vista |
Does not work for me on Vista. Had to reboot because I could not get the taskmanager to kill the process due to keyboard and mouse buttons not working properly anymore.
Right clicking did not work ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
bold
Replies: 152
Views: 50972
|
Forum: Scripts & Functions Posted: Fri Nov 07, 2008 3:24 pm Subject: ALT-TAB replacement with icons and window titles in ListView |
This is still a great script, especially under vista which has a crippled alt-tab. I have just one feature request:
is it possible to dim the background when the alt-tab window is showing?
Thank ... |
Topic: AutoHotkey vs. AutoIt? |
bold
Replies: 103
Views: 44136
|
Forum: General Chat Posted: Wed Jul 25, 2007 9:29 pm Subject: AutoHotkey vs. AutoIt? |
| 15 months actually. Is that a record? |
Topic: AutoHotkey vs. AutoIt? |
bold
Replies: 103
Views: 44136
|
Forum: General Chat Posted: Wed Jul 25, 2007 9:25 pm Subject: AutoHotkey vs. AutoIt? |
| Did someone really revive this thread? After 13 months? Sad..., he must be really unhappy. Wy don't we just try to cheer him up instead. |
Topic: Clock, battery, Mem load and CPU load display on screen |
bold
Replies: 5
Views: 13021
|
Forum: Scripts & Functions Posted: Sun Apr 15, 2007 12:49 am Subject: Clock, battery, Mem load and CPU load display on screen |
I'll take a look at it but I think the problem occurred even before I used the gettextsize function and updated the date like this
GuiControl, 1:,Date, %A_DDD% %A_DD%-%A_MM%-%A_YYYY% %a_hou ... |
Topic: Clock, battery, Mem load and CPU load display on screen |
bold
Replies: 5
Views: 13021
|
Forum: Scripts & Functions Posted: Sun Apr 15, 2007 12:37 am Subject: Clock, battery, Mem load and CPU load display on screen |
I'll take a look at it but I think the problem occurred even before I used the gettextsize function and updated the date like this
GuiControl, 1:,Date, %A_DDD% %A_DD%-%A_MM%-%A_YYYY% %a_hou ... |
Topic: Clock, battery, Mem load and CPU load display on screen |
bold
Replies: 5
Views: 13021
|
Forum: Scripts & Functions Posted: Sat Apr 14, 2007 4:48 pm Subject: Clock, battery, Mem load and CPU load display on screen |
Thanks for your comments.
This is why I said it is badly designed, and the 7 GUIs (I guess you didn't find any other solution, but it can be done with 1 GUI). However it works and looks superb (exc ... |
Topic: Clock, battery, Mem load and CPU load display on screen |
bold
Replies: 5
Views: 13021
|
Forum: Scripts & Functions Posted: Fri Apr 13, 2007 4:35 pm Subject: Clock, battery, Mem load and CPU load display on screen |
Displays a clock, ac-line indicator, batterylevel progressbar with text, mem load progressbar with text and cpuload progress bar with text.
I created this mostly from snippets and scripts found in ... |
Topic: Determine a "Next Run" day |
bold
Replies: 6
Views: 830
|
Forum: Ask for Help Posted: Fri Apr 13, 2007 11:41 am Subject: Determine a "Next Run" day |
Check out EnvAdd in the manual. You can do date calculations like this snippet (from the manual):
var1 = ; Make it blank so that the below will use the current time instead.
var1 += 31, days
For ... |
Topic: hotkey CTRL + ALT + WIN (only) |
bold
Replies: 1
Views: 675
|
Forum: Ask for Help Posted: Wed Apr 11, 2007 9:18 am Subject: hotkey CTRL + ALT + WIN (only) |
I only have a left windows key on my notebook.
This works for me:
^!LWin:: MsgBox, Ctrl-Alt-Win
For both Win keys try:
^!LWin::
^!RWin::
MsgBox, Ctrl-Alt-Win
Retu ... |
Topic: Is there good syntax highlighting for Notepad++? |
bold
Replies: 1
Views: 1398
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 12:48 pm Subject: Is there good syntax highlighting for Notepad++? |
Did you try this one on the notepad++ site?
http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_autohotkey.xml |
| |