Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BuriedStPatrick/9d4301e412b90f52eb562a66d101c215 to your computer and use it in GitHub Desktop.
Save BuriedStPatrick/9d4301e412b90f52eb562a66d101c215 to your computer and use it in GitHub Desktop.
Custom Zoom/Scroll for Reaper
# Zoom Horizontally and Vertically
ACT 0 32060 "4bdc082639aee448bb6399c2cd265564" "View: Zoom Horizontally and Vertically" 40430 40431
KEY 255 6395 _4bdc082639aee448bb6399c2cd265564 32060
ACT 0 0 "9abdb95e7e387241b2ef15a03db46e8b" "View: Zoom Horizontally and Vertically" 990 991
KEY 255 253 0 0
KEY 255 6395 _9abdb95e7e387241b2ef15a03db46e8b 0
# Zoom vertically
KEY 255 6394 991 0
KEY 255 6394 40430 32060
# Zoom Horizontally
KEY 255 249 40431 32060
KEY 255 249 990 0
# Scroll Horizontally (REGULAR)
KEY 255 10236 988 0
KEY 255 6396 40433 32060
# Scroll Horizontally (REVERSED, my preference as it matches the OS setting)
# KEY 255 10236 977 0
# KEY 255 6396 40660 32060
# Scroll Vertically
KEY 255 248 40432 32060
KEY 255 248 989 0
# SHIFT+DELETE
KEY 5 32814 _S&M_DELTAKEANDFILE1 0
@BuriedStPatrick
Copy link
Author

BuriedStPatrick commented Jun 8, 2020

MW: Scroll vertically
Shift+MW: Scroll horizontally

CTRL+MW: Zoom horizontally
ALT+MW: Zoom vertically (resizes tracks)
CTRL+ALT+MW: Zoom horizontally and vertically

How to use:

  1. Create a new textfile
  2. Name it something.ReaperKeyMap
  3. Copy paste the text into the file using a text editor and save it
  4. Import the file from Reaper's action list

NOTE: If you want the reverse version of horizontal scroll, uncomment lines 20, 21 and 22. And remove lines 16, 17, 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment