Instagram Keyboard Shortcuts for Power User

Scroll through posts with standard J/K keyboard shortcuts. L to like, O to save, U/I to rewind/fast forward video, M to Mute/Unmute, Space to play/pause video. On the Reels page use left/right arrow keys to rewind/fast forward video.

< Feedback on Instagram Keyboard Shortcuts for Power User

Review: Good - script works

§
Posted: 05. 10. 2024

Can you add left, right arrow for smooth reels scrubbing? like moving forward/backward by 1 sec.

§
Posted: 05. 10. 2024

To be precise, U and I keyboard shortcuts does not work on https://www.instagram.com/reels/.

French BondAuthor
§
Posted: 08. 10. 2024

Hi! I've just added shortcuts for left/right arrows on the Reels page.

You can change these values (seconds) to adjust to your needs:
const fastForward = 10;
const rewind = 5;

So if you want 1 sec scrubbing:
const fastForward = 1;
const rewind = 1;

§
Posted: 17. 11. 2024

Hi! I've just added shortcuts for left/right arrows on the Reels page.

You can change these values (seconds) to adjust to your needs:
const fastForward = 10;
const rewind = 5;

So if you want 1 sec scrubbing:
const fastForward = 1;
const rewind = 1;

Perfect!

What's your solution for keeping the edited data persistent? So, it does not get overwritten by script update.

French BondAuthor
§
Posted: 25. 11. 2024

Adding support for local configuration is now in my TODO list. Thanks for the feedback.

Post reply

Sign in to post a reply.