VS
🔥 Limited Time Special$30NOW $17— SAVE 43%!Lifetime Access • No Subscription
🔥 Limited Time Special$30NOW $17— SAVE 43%!Lifetime Access • No Subscription
🔥 Limited Time Special$30NOW $17— SAVE 43%!Lifetime Access • No Subscription
🔥 Limited Time Special$30NOW $17— SAVE 43%!Lifetime Access • No Subscription
📸
Instagram Reels

Instagram Reels Keyboard Controls (⏮ ⏯ ⏭)

Control Reels with your keyboard's ⏮ ⏯ ⏭ keys. Skip videos like skipping songs. All without leaving your IDE or touching your mouse.

Vibe Scroll
VIBESCROLL2 PROFILES
Advanced
TRANSPARENCY
100%
HIDE/SHOW SHORTCUT
K
👤ACCOUNT
📸 #personal
▶️ #personal
📱 #doom-scroll
✖️ #personal
📷
REELS
2 PROFILES
▶️
SHORTS
🎵
TikTok
FYP VIBES
𝕏
X
DOOMSCROLL
🔥
Reddit
ENDLESS
📘
Facebook
💼
LinkedIn
ADD
v2.5.0
0h 7m
LICENSED
Cursor - Project: Roller Coaster Tycoon w/ Assembly
RCTsrcphysicscoaster_physics.asm
mainUTF-8Assembly
Explorer...
📁RCT
📁src
📁core
📁physics
📁utils
📁include
📁data
λcoaster_physics.asm×
; RollerCoaster Tycoon Physics Engine
1section .data
2gravity dd 9.81
3friction dd 0.02
4max_speed dd 999 ; optimized!
5
6section .text
7global _calculate_velocity
8
9_calculate_velocity:
10push ebp
11mov ebp, esp
12 ; Get current speed
13mov eax, [ebp+8]
14 ; Apply gravity
15imul eax, [gravity]
16sar eax, 8
17
Cursor chat
User:

build rct3 coaster physics in asm

Cursor:

Creating physics engine...

Optimized
Ask Cursor...
Instagram Reels
🤍
4.4K
💬
136
📤
🔖
Reels 1

The Instagram Reels Problem

Clicking on the Reels player steals focus from your IDE

Every mouse movement to control video = context switch

Instagram's mobile-first UI is awkward with a mouse

No native keyboard shortcuts for Reels navigation

Browser media key support is inconsistent

Tab-switching to control video interrupts everything

Vibe Scroll for Instagram Reels

Vibe Scroll registers as a media player with your OS. Your keyboard's ⏮ ⏯ ⏭ keys control Reels directly, working system-wide even when Instagram isn't focused.

Play/Pause Toggle

Press ⏯ to pause on that outfit inspo. Press again to resume. Respects user pause state.

Next Reel

Press ⏭ to skip to the next Reel immediately. Uses native buttons or scrollIntoView.

Previous Reel

Press ⏮ to go back. Missed that aesthetic content? One keystroke brings it back.

How It Works

1

System Registration

Uses souvlaki for OS integration (MPRemoteCommandCenter on macOS, SMTC on Windows, MPRIS on Linux).

2

Media Session Hijack

Registers handlers with the real mediaSession, then blocks Instagram from overriding them.

3

JavaScript Trigger

Backend calls __togglePlayback(), __triggerNextVideo(), __triggerPrevVideo() injected into Instagram.

4

Smart Control

For pause: Uses original pause method directly on video. For nav: Clicks buttons or uses scrollIntoView.

Why Developers Love This

Keyboard-First Control

Your hands stay on the keyboard. Control entertainment like you control Spotify.

Works System-Wide

Media keys work even when Vibe Scroll isn't focused. Keep coding while controlling Reels.

Cross-Platform

Same experience on macOS, Windows, and Linux. Any keyboard with media keys works.

User Pause Respected

When you manually pause, auto-advance won't resume until you explicitly play again.

Ready to Scroll Smarter?

10 MB download. 1 hour free trial. $17 forever. Includes Instagram Reels and 7 other platforms.