Is there a little bit of script for mapping that would be the equivalent of clicking on the search box to type in a search?
Have tried adding it as:
holding ? search : browser_scroll +1
but it's not playing ball.
I'm looking to use a small keyboard and really limit the need for a mouse.
Have tried adding it as:
holding ? search : browser_scroll +1
but it's not playing ball.
I'm looking to use a small keyboard and really limit the need for a mouse.
Mensajes Mon 14 Feb 11 @ 8:15 am
searchwill definitely put the cursor in the search box.
search '' & searchwill put the cursor in the search box and blank it.
Doing some quick testing though, the use of holding rather oddly seems the break the search mapping.
Mensajes Mon 14 Feb 11 @ 8:26 am
Could really do with the holding function as I want every button at least doubling up. I'll have to have another think.
Mensajes Mon 14 Feb 11 @ 8:41 am
Found a solution.
I had keyboard mapping turned off as I didn't use it. Just turned it back on and deleted all the entries and then mapped the ` key as search.
Now freed up the holding of the down button for add to side list which is another useful thing for me.
I had keyboard mapping turned off as I didn't use it. Just turned it back on and deleted all the entries and then mapped the ` key as search.
Now freed up the holding of the down button for add to side list which is another useful thing for me.
Mensajes Mon 14 Feb 11 @ 9:57 am
An alternative to holding is to use a shift function.
Set a key to something like:
Then on your other keys:
$varname for global across all decks, %varname (or just varname) on a per deck basis
Set a key to something like:
set $myshift while_pressed
Then on your other keys:
var $myshift ? action_1 : action_2
$varname for global across all decks, %varname (or just varname) on a per deck basis
Mensajes Mon 14 Feb 11 @ 10:23 am
Cheers for the help! Will stick to replying on here, keep it simpler!
Yeah, it's strange that it wasn't working with the holding function. Mapped it to the ` key and killed all the other keyboard shortcuts as I had the keyboard disabled. Thought I was losing the plot for a while lol.
I've now decided I also need to do something else but can't find any options to do it. If I add a track to the playlist using a mapped key it drops in at the bottom, is there anyway other than dragging with a mouse pointer to move its position in the list?
Would also like to be able to open a close the playlist window without needing a mouse over, is that possible?
This post has been edited by stevie tee: A minute ago
I already have some shift keys, mapped the source buttons to do each side so my 1 to 6 buttons are either doing loops or fx or on shift i have 6 hot cues with hold to delete
Yeah, it's strange that it wasn't working with the holding function. Mapped it to the ` key and killed all the other keyboard shortcuts as I had the keyboard disabled. Thought I was losing the plot for a while lol.
I've now decided I also need to do something else but can't find any options to do it. If I add a track to the playlist using a mapped key it drops in at the bottom, is there anyway other than dragging with a mouse pointer to move its position in the list?
Would also like to be able to open a close the playlist window without needing a mouse over, is that possible?
This post has been edited by stevie tee: A minute ago
I already have some shift keys, mapped the source buttons to do each side so my 1 to 6 buttons are either doing loops or fx or on shift i have 6 hot cues with hold to delete
Mensajes Mon 14 Feb 11 @ 11:02 am
Does anyone know if it's possible to move tracks in the playlist with mapped keys Rather than dragging with the mouse?
Mensajes Sun 20 Feb 11 @ 5:35 am