Skip to content

Commit

Permalink
Merge pull request #1650 from thecarlo/adobe-premiere-pro-scroll-time…
Browse files Browse the repository at this point in the history
…line-with-mouse-button-3

Adobe Premiere Pro: Scroll Timeline with Mouse button 3
  • Loading branch information
tekezo authored Jun 13, 2024
2 parents 146e828 + 920a3d1 commit 986e16e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,9 @@
"name": "Application Specific",
"id": "application-specific",
"files": [
{
"path": "json/adobe_premiere_pro_scroll_timeline_mouse_button_3.json"
},
{
"path": "json/slack_left_option_search.json"
},
Expand Down
37 changes: 37 additions & 0 deletions public/json/adobe_premiere_pro_scroll_timeline_mouse_button_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"title": "Adobe Premiere Pro timeline: scroll timeline with mouse button 3 (hold button 3 to scroll; release to go back to selection tool)",
"author": "Carlo van Wyk (https://github.com/thecarlo)",
"maintainers": ["thecarlo"],
"rules": [
{
"description": "Adobe Premiere Pro timeline: scroll timeline with mouse button 3 (hold button 3 to scroll; release to go back to selection tool)",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button3"
},
"to": [
{
"key_code": "h"
},
{
"pointing_button": "button1"
}
],
"to_after_key_up": [
{
"key_code": "v"
}
],
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": ["^com\\.adobe\\.PremierePro.23$", "^com\\.adobe\\.PremierePro.24$"]
}
]
}
]
}
]
}

0 comments on commit 986e16e

Please sign in to comment.