• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
19

Middle mouse to navigate the timeline

Community Beginner ,
Jun 28, 2022 Jun 28, 2022

Copy link to clipboard

Copied

Dear Adobe, it probably makes no sense to write, cause the problem persists for many years already, and users ask for that for many years, but if there is a slight chance,

 

PLEASE, do aling mouse functionality across your product, so that the middle mouse would be hand/pan on the timeline in Premiere Pro.

😟

Idea No status

Views

3.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Pinned Reply

Adobe Employee , Oct 23, 2024 Oct 23, 2024
quote
I have the same Request for 6 years, it look like adobe never listens to they users????

 

To be honest, there aren't many upvotes here; so we haven't got much traction yet. Maybe there were more previously on User Voice, and the votes got lost in the merge. Sorry about that. Let's ensure everyone upvotes this thread, and I will ask the team to prioritize the feature, if possible. Sorry for the problem.

 

Thanks,

Kevin

Votes

Translate

Translate
19 Comments
Advocate ,
Jun 28, 2022 Jun 28, 2022

Copy link to clipboard

Copied

Feature request:

(Mod note: User Voice link removed, simply upvote this post)

 

You can use the "H" key as a shortcut to use the Hand tool. Just press H and drag along the timeline.

 

If you really want to use the scroll wheel, try AutoHotkey or some other binding software

https://www.autohotkey.com/


~Jake

Votes

Translate

Translate

Report

Report
Community Beginner ,
Jun 30, 2022 Jun 30, 2022

Copy link to clipboard

Copied

Hi, Jake.

If you're one of the Adobe support team, I'd like to address this issue straight to you.

Otherwise, sorry for complaining!

1. switching from one tool to another is time-consuming, especially, if you need to do a lot of small changes in many places.

2. Many Adobe programs already use the middle mouse as a navigation control on the timeline, more closely to Premiere: Audition and Aftereffects.

Votes

Translate

Translate

Report

Report
Advocate ,
Jun 30, 2022 Jun 30, 2022

Copy link to clipboard

Copied

I'm not, sorry, I just help out on the forums. I understand it can be time-consuming, but using a hotkey would make it much less time-consuming. Either way, to get a feature added, your best bet is to submit it through the feature request forum here. 

 

I agree with you, though. The Timeline is really important in Premiere, especially. So, if this feature has been implemented in all the other programs, why not Premiere?


~Jake

Votes

Translate

Translate

Report

Report
Community Beginner ,
Jan 26, 2024 Jan 26, 2024

Copy link to clipboard

Copied

Hi! nice to meet you
I also wanted to solve this problem, so I created a program myself!
If you use the plugin I created, you can use mouse wheel clicks like After Effects.
If you use Premiere's "H" key, you can only scroll left and right,
I also made scrolling up and down possible.
If you are interested, please refer to the link below!
https://navertjd3.gumroad.com/l/Premierebreak/9PKIKMX

Votes

Translate

Translate

Report

Report
New Here ,
Jun 21, 2024 Jun 21, 2024

Copy link to clipboard

Copied

I have a similar thinking when I learn something from a tools which seems in the same logic, as a After Effects main user I don't get, why the functionality of the middle mouse is not enabled?
Back in After Effects when using the middle button I use it frequently with the "Alt" key to zoom in-out, which luckly Premiere Pro also have it. But I just realize if you instead "Alt"use "Shift", it became the hand tool just for the time you're pressing it. Not quite the thing you're looking for but I guess is better than switch permanently to another tool just for a quick pan.

Votes

Translate

Translate

Report

Report
New Here ,
Jun 21, 2024 Jun 21, 2024

Copy link to clipboard

Copied

*I forgot to tell is when you using the scrolling feature of the mouse midle (wheel) button, not the click.

Votes

Translate

Translate

Report

Report
Community Beginner ,
Aug 24, 2024 Aug 24, 2024

Copy link to clipboard

Copied

I have the same Request for 6 years, it look like adobe never listens to they users????

Votes

Translate

Translate

Report

Report
Community Beginner ,
Aug 24, 2024 Aug 24, 2024

Copy link to clipboard

Copied

Please, trust the usershere, we are proffesional Editors we know what we doing , please hel bring the Middle mouse functionality into premiere just like you do in AE, PEASEEEEEE!!!, thanks

Votes

Translate

Translate

Report

Report
Community Beginner ,
Aug 24, 2024 Aug 24, 2024

Copy link to clipboard

Copied

he responses in the Adobe Community thread you shared seem to suggest a few key points regarding the use of the middle mouse button as a pan tool in Adobe Premiere Pro:

  1. Native Support is Not Available: Adobe Premiere Pro does not natively support using the middle mouse button to pan like some other Adobe apps, such as After Effects. This has been a common request, but it hasn't been implemented yet.

  2. Third-Party Solutions: Several users have recommended using third-party software like X-Mouse Button Control (for Windows) or SteerMouse (for Mac) to remap the middle mouse button to function as the hand tool in Premiere Pro. This approach allows you to simulate pressing the "H" key when clicking the middle mouse button, effectively giving you the desired panning behavior.

  3. Workarounds: Some users prefer using existing shortcuts like holding down the spacebar to temporarily switch to the hand tool. While not as intuitive as a middle mouse button solution, it's a reliable method within Premiere Pro's current capabilities.

  4. Ongoing Requests: The feature to use the middle mouse button for panning remains a popular request among users, but as of the latest updates, Adobe has not yet implemented this functionality natively.

Conclusion

The best current solution is to use third-party software to remap the middle mouse button or rely on existing keyboard shortcuts within Adobe Premiere Pro. If this is a crucial feature for you, keeping an eye on Adobe's updates or participating in the community to voice your request might help push for its implementation in future releases.

Votes

Translate

Translate

Report

Report
Community Beginner ,
Sep 15, 2024 Sep 15, 2024

Copy link to clipboard

Copied

Here's an AutoHotkey script if you're on a PC. Peace and love to all 👍

#IfWinActive ahk_exe Adobe Premiere Pro.exe
MButton::
SendInput, {h}
SendInput, {LButton Down}
KeyWait, MButton
SendInput, {h Up}
SendInput, {LButton Up}
SendInput, {v}
Return

 

Votes

Translate

Translate

Report

Report
Community Beginner ,
Sep 15, 2024 Sep 15, 2024

Copy link to clipboard

Copied

I have slightly streamlined the script, but can't seem to edit my original reply. Sorry about that.

 

#IfWinActive ahk_exe Adobe Premiere Pro.exe
MButton::
SendInput, {h}
SendInput, {LButton Down}
KeyWait, MButton
SendInput, {LButton Up}
SendInput, {v}
Return

Votes

Translate

Translate

Report

Report
Explorer ,
Oct 14, 2024 Oct 14, 2024

Copy link to clipboard

Copied

For Mac


More detailed method here:
https://community.adobe.com/t5/premiere-pro-ideas/feature-request-middle-mouse-time-line-scroll/idc-...

Found a solution via a free 3rd party app Karabiner-Elements. I can use my middle mouse to drag the timeline like in AE and Resolve.

Under the "Complex Modifications" tab, click on "Add your own rule"

 

 

{
    "description": "Middle mouse button triggers H, holds left click, then V in Premiere Pro 24,25 & Photoshop",
    "manipulators": [
        {
            "conditions": [
                {
                    "bundle_identifiers": [
                        "^com\\.adobe\\.PremierePro\\.24$",
                        "^com\\.adobe\\.PremierePro\\.25$",
                        "^com\\.adobe\\.Photoshop$"
                    ],
                    "type": "frontmost_application_if"
                }
            ],
            "from": { "pointing_button": "button3" },
            "to": [
                {
                    "key_code": "h",
                    "lazy": true
                },
                { "pointing_button": "button1" }
            ],
            "to_after_key_up": [
                {
                    "key_code": "v",
                    "lazy": true
                }
            ],
            "type": "basic"
        }
    ]
}

 

 



Hope this helps.

Votes

Translate

Translate

Report

Report
New Here ,
Oct 23, 2024 Oct 23, 2024

Copy link to clipboard

Copied

Hi! Thanks for the workaround! Wondering if you had a code for pan around images in Photoshop using the scroll wheel as well (just like in Illustrator)? Thanks 🙂

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Oct 23, 2024 Oct 23, 2024

Copy link to clipboard

Copied

quote
I have the same Request for 6 years, it look like adobe never listens to they users????

 

To be honest, there aren't many upvotes here; so we haven't got much traction yet. Maybe there were more previously on User Voice, and the votes got lost in the merge. Sorry about that. Let's ensure everyone upvotes this thread, and I will ask the team to prioritize the feature, if possible. Sorry for the problem.

 

Thanks,

Kevin

Kevin Monahan - Sr. Community & Engagement Strategist – Pro Video and Audio

Votes

Translate

Translate

Report

Report
Explorer ,
Oct 23, 2024 Oct 23, 2024

Copy link to clipboard

Copied

Hi @Luiza_W9122 , here's the code to include Photoshop. Let me know if you have trouble getting it to work. 🙂

{
    "description": "Middle mouse button triggers H, holds left click, then V in Premiere Pro 24,25 & Photoshop",
    "manipulators": [
        {
            "conditions": [
                {
                    "bundle_identifiers": [
                        "^com\\.adobe\\.PremierePro\\.24$",
                        "^com\\.adobe\\.PremierePro\\.25$",
                        "^com\\.adobe\\.Photoshop$"
                    ],
                    "type": "frontmost_application_if"
                }
            ],
            "from": { "pointing_button": "button3" },
            "to": [
                {
                    "key_code": "h",
                    "lazy": true
                },
                { "pointing_button": "button1" }
            ],
            "to_after_key_up": [
                {
                    "key_code": "v",
                    "lazy": true
                }
            ],
            "type": "basic"
        }
    ]
}

 

Votes

Translate

Translate

Report

Report
New Here ,
Oct 24, 2024 Oct 24, 2024

Copy link to clipboard

Copied

Yup, it works! TYVM!

Votes

Translate

Translate

Report

Report
New Here ,
Dec 10, 2024 Dec 10, 2024

Copy link to clipboard

Copied

I am blown away that Adobe has yet to implement a Middle Mouse Timeline Drag function.

This hasn't received many upvotes, because most users switch to Davinci Resolve, which has a Middle Mouse, Timeline Drag function.

Sadly, I am forced to edit a project in Premiere Pro, and I am once again dissapointed that after the 4 year hiatus I've taken, the Middle Mouse Timeline Drag function is something that is too confusing for the Adobe Team to implement.


Please, Adobe, editors are begging you -- implement a Middle Mouse Timeline Drag.

 

You can do it.

Votes

Translate

Translate

Report

Report
Community Expert ,
Dec 10, 2024 Dec 10, 2024

Copy link to clipboard

Copied

Preferences --> timeline --> Timeline mouse scrolling

Votes

Translate

Translate

Report

Report
Explorer ,
Dec 10, 2024 Dec 10, 2024

Copy link to clipboard

Copied

LATEST

@Christian.Z not good enough 

Votes

Translate

Translate

Report

Report