Skip to content

Added Horizontal Scrolling#142

Open
GaganShemdi wants to merge 1 commit intosohzm:masterfrom
GaganShemdi:master
Open

Added Horizontal Scrolling#142
GaganShemdi wants to merge 1 commit intosohzm:masterfrom
GaganShemdi:master

Conversation

@GaganShemdi
Copy link

I’ve added full horizontal scroll support and completed all related tasks.

  • Main: Added default scrollLeft and scrollRight shortcuts and set up global shortcuts that send scroll-response-left and scroll-response-right messages to the renderer.
  • AssistantView: Enabled horizontal scrolling (overflow-x: auto), implemented the scroll handlers, and connected them via IPC listeners.
  • CustomizeView: Added the new shortcuts to the default keybindings and made them customizable and persistent.
  • HelpView: Updated the “Response Navigation” section to show the new shortcuts.

You can now use Ctrl+Shift+Left/Right (or Cmd+Shift+Left/Right on macOS) to scroll horizontally through long model answers.

I added horizontal scroll support end-to-end and checked off all tasks

Main: Added ScrollLeft/ScrollRight defaults and registered global shortcuts that send scroll-response-left/scroll-response-right to the renderer

AssistantView: Enabled overflow-x: auto, implemented ScrollResponseLeft/Right, and wired IPC listeners to invoke them

CustomizeView: Included new shortcuts in defaults and keybind actions so users can customize them and persist to main

HelpView: displayed the new shortcuts in the “Response Navigation” group

you can now use Ctrl+Shift+Left/Right (Cmd+Shift+Left/Right on macOS) to horizontally scroll long model answers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant