Go Back   Winamp Forums > Skinning and Design > Modern Skins

Reply
Thread Tools Search this Thread Display Modes
Old 13th November 2006, 22:11   #1
clementj
Senior Member
 
Join Date: Oct 2006
Posts: 353
How to remove single key commands?

There are some single key commands such as d,c,Z which have an effect on the song currently playing such as to turn it off, jump to another song.... They do this immediately without warning. Can they be turned off? However, I do not want to turn off the Enter key or the delete key. I have looked at existing skins and gotten no help there.

Yes, I know one can use the Playlist Undo for turning off a number of keys, but then the Enter and delete keys would also be turned off.
clementj is offline   Reply With Quote
Old 14th November 2006, 06:05   #2
Mr Jones
Nothing to say...
 
Mr Jones's Avatar
 
Join Date: Sep 2000
Location: UK
Posts: 23,020
Recode the winamp core?

Shortcuts are part of the core and not any one particular skin.
Mr Jones is offline   Reply With Quote
Old 14th November 2006, 10:39   #3
Michgelsen
Major Dude
 
Michgelsen's Avatar
 
Join Date: Oct 2003
Location: Netherlands
Posts: 1,416
Can't you use:
PHP Code:
System.onKeyDown(string key) {
  if(
key == "z") {
    
complete;
  }

?
Michgelsen is offline   Reply With Quote
Old 14th November 2006, 12:08   #4
clementj
Senior Member
 
Join Date: Oct 2006
Posts: 353
I will try it. I did try using the global hotkey feature, but that was a disaster, as it got rid of some characters when the search library feature was used.
clementj is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump