| Author |
Message |
Topic: use the mouse as a media remote (v4, +tray icon) |
hatchetman82
Replies: 19
Views: 2563
|
Forum: Scripts & Functions Posted: Wed Nov 11, 2009 4:49 pm Subject: use the mouse as a media remote (v4, +tray icon) |
"This file can only be downloaded by becoming a Premium member."
....bastards. ok, i've uploaded it here as well : http://www.yourfilelink.com/get.php?fid=515983
and here : http://www.me ... |
Topic: ISense 1.5.4 |
hatchetman82
Replies: 322
Views: 63695
|
Forum: Scripts & Functions Posted: Sun Nov 08, 2009 11:48 am Subject: ISense 1.5.4 |
is camel-case auto completion on the todo list anywhere ?
when i say camel-case auto-completion i mean that when auto-completing a word things like MsB will auto-complete to MsgBox (any capital let ... |
Topic: use the mouse as a media remote (v4, +tray icon) |
hatchetman82
Replies: 19
Views: 2563
|
Forum: Scripts & Functions Posted: Sun Nov 08, 2009 9:09 am Subject: use the mouse as a media remote (v4, +tray icon) |
Hold middle click and then hit right click for next file, etc.
short (normal) clicks of the right/left mouse buttons are already used to play next/prev file, or did you mean something else ?
... |
Topic: use the mouse as a media remote (v4, +tray icon) |
hatchetman82
Replies: 19
Views: 2563
|
Forum: Scripts & Functions Posted: Sun Nov 08, 2009 8:59 am Subject: v4, now with shiny graphics |
added a tray icon indicator. its used to display the mouse mode (normal / remote) and the commands being sent out by the script
code :
; this script allows control over winamp (and to a less ... |
Topic: small documentation fix for SoundGet |
hatchetman82
Replies: 1
Views: 498
|
Forum: Bug Reports Posted: Sun Oct 25, 2009 3:29 pm Subject: small documentation fix for SoundGet |
in the doc, it says the return value stored in outputVar for boolean parameters like mute in ON/OFF, when its actually On/Off (difference in case).
no biggie, just enough to make a naive if (mute== ... |
Topic: multiple-click hotkey syntax (for double click hooking) |
hatchetman82
Replies: 1
Views: 692
|
Forum: Wish List Posted: Tue Aug 25, 2009 5:50 am Subject: multiple-click hotkey syntax (for double click hooking) |
Hi.
would be nice to be able to hook a double click using something like
LButton(2)::
MsgBox, Double Click!
return
a few things to consider for this :
1. double click ... |
Topic: use the mouse as a media remote (v4, +tray icon) |
hatchetman82
Replies: 19
Views: 2563
|
Forum: Scripts & Functions Posted: Sun Aug 23, 2009 5:00 am Subject: Re: v3 |
Is the script now player-agnostic?
short answer : havent tried, but everything except seek should still work
longer answer : how does the winamp shell behave if winamp isnt found ? if it quiet ... |
Topic: use the mouse as a media remote (v4, +tray icon) |
hatchetman82
Replies: 19
Views: 2563
|
Forum: Scripts & Functions Posted: Fri Aug 21, 2009 7:42 pm Subject: v3 |
added seek functionality - holding down the right/left mouse buttons for over 1 seconds seeks, shorter clicks are next/prev.
script now requires jballi's winamp shell
; static initialization area ... |
Topic: KeyWait on middle mouse button + logitech setpoint ? |
hatchetman82
Replies: 14
Views: 1969
|
Forum: Ask for Help Posted: Thu Aug 20, 2009 5:24 am Subject: KeyWait on middle mouse button + logitech setpoint ? |
If the keystroke releases immediately, and there's no workaround, have you considered 2 or 3 quick clicks of the middle button? Or perhaps a click of the middle button followed by another keypress? ... |
Topic: KeyWait on middle mouse button + logitech setpoint ? |
hatchetman82
Replies: 14
Views: 1969
|
Forum: Ask for Help Posted: Mon Aug 17, 2009 12:15 pm Subject: KeyWait on middle mouse button + logitech setpoint ? |
It actually changes the resistance of the middle mouse wheel?
yes.
which is kind of neat, had it not been the default function .... |
Topic: KeyWait on middle mouse button + logitech setpoint ? |
hatchetman82
Replies: 14
Views: 1969
|
Forum: Ask for Help Posted: Mon Aug 17, 2009 11:59 am Subject: KeyWait on middle mouse button + logitech setpoint ? |
How can it not have a middle click by default?
the same thought crossed my mind plenty of times. usually followed by elaborate hypotheses on the occupation of some of Logitech's engineers' moth ... |
Topic: KeyWait on middle mouse button + logitech setpoint ? |
hatchetman82
Replies: 14
Views: 1969
|
Forum: Ask for Help Posted: Thu Aug 13, 2009 4:44 pm Subject: KeyWait on middle mouse button + logitech setpoint ? |
Wave a dead chicken over it?
too bad i read this after lunch, now im out of dead chicken
with setpoint disabled everything works like a charm (because the middle up event is no longer &quo ... |
Topic: use the mouse as a media remote (v4, +tray icon) |
hatchetman82
Replies: 19
Views: 2563
|
Forum: Scripts & Functions Posted: Thu Aug 13, 2009 7:05 am Subject: intriducing v2, now with even more verbose documentation :-) |
changes from previous version
1. used the $ hotstring prefix to avoid the looping issues (instead of suspending)
2. used 2 seperate hooks for middle down and up + timer so it now peoperly operates e ... |
Topic: Winamp function/shell |
hatchetman82
Replies: 26
Views: 10013
|
Forum: Scripts & Functions Posted: Wed Aug 12, 2009 6:41 pm Subject: Winamp function/shell |
Hi. i found a link to some funcionality you havent included (namely, remove current song from winamp playlist) : http://www.promixis.com/forums/archive/index.php/t-585.html
would be great if you co ... |
Topic: KeyWait on middle mouse button + logitech setpoint ? |
hatchetman82
Replies: 14
Views: 1969
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 6:01 pm Subject: KeyWait on middle mouse button + logitech setpoint ? |
maybe also install the keyboard hook?
doubtful, but at this point ill try anything (within reason).
how do i do that ?
EDIT : ok, tried this: (still no go)
#NoEnv ; Recommended for performanc ... |
| |