Playlist Scrolling Left and Right?

Playlist Scrolling Left and Right?

D Lewis

Playlist Scrolling Left and Right?

As far as i can tell the only way to display the Columns that are off the screen to the Right is to use a mouse to 'click and drag the bar at the bottom?'

Seriously i cannot find another way, maybe i am just a little Thick? Not the Big Butt Thick xD

In Serato just using the Keyboard Left and Right Arrows keys does this, and using the Up and Down Arrows keys scrolls the View Up and Down, you know like kinda 'Every other piece of Software since BASIC'

Surely i am missing something here, why do i have to reach for a Mouse ALL THE TIME to click and drag a tiny Bar at the very bottom of the screen?

Can i not Bind this action to a Hotkey???

I gotta be missing something staring me right in the Face here, right??

Official comment

Pulse

A trackpad allows for a horizontal scroll.

On Mac, shift+scroll = horizontal scroll.

On Windows, use AutoHotKey and this snippet of text.

...and for the record, BASIC didn't exactly scroll content horizontally as none existed beyond the bounds of the screen; it wrapped around. ;)

D Lewis

Awfully quite round here, i am feeling ignored :(

D Lewis

Hey Pulse, nice tip on the AutoHotkey script.

Used that program over the years for all manner of stuffs that should have been included in Software out the Box, totally awesome program :)

The Script you linked works well using a Mouse, holding Shift + Scroll Wheel up/down scrolls you Playlists Left/Right which is great.

The Laptop Trackpad works to scroll Up/Down no issue but using the upper/lower edge of Trackpad to scroll Left/Right does not work at all in Rekordbox, strange it works Windows Exploreer, Browsers ect ect.

Script for Mouse that works:

..................................................

#IfWinActive rekordbox

+WheelDown::WheelRight

+WheelUp::WheelLeft

Return

..........................................................

And the one i modified for the Left and Right Arrow Keys to hold Shift+ Left/Right to Scroll Left and Right that works well:

..............................................................

#IfWinActive rekordbox

+Right::WheelRight

+Left::WheelLeft

Return

................................................................

 

Thought i would share on here for others that want to unfunk some of Rekordbbox Funk also. Gotta share the Love :)

Pulse

Awesome - glad that worked for you! :)

We've also passed it along for consideration.

4 comments

Sort by: Date Votes
Post is closed for comments.

Sign in

Can't find help? Search our Support Site or alternatively, reach out to our Support agents