LibreChat Shortcuts

Press Alt+S to click toggle-left-nav button on localhost:3080

As of 2025-03-28. See the latest version.

Author
Brian Hurd
Ratings
0 0 0
Version
1.0
Created
2025-03-28
Updated
2025-03-28
Size
6.67 KB
License
N/A
Applies to

This provides some simple keyboard shortcuts for libreChat to scroll, toggle the sidebar, and start a new conversation. More to come. Keyboard shortcut keys below. This uses the free GSAP utilities for smooth scrolling behavior.

Depending on how you installed LibreChat, you may need to update this line:
// @match http://localhost:3080/*

// === Shortcut Keybindings ===
// Alt+S → Toggle sidebar (clicks #toggle-left-nav)
// Alt+N → New chat (clicks button[aria-label="New chat"])
// Alt+T → Scroll to top of message container
// Alt+Z → Scroll to bottom of message container
// Alt+A → Scroll up one message (.message-render)
// Alt+F → Scroll down one message (.message-render)