Skip to content

Add global hotkey support#15

Open
fragtion wants to merge 4 commits intor-Larch:masterfrom
fragtion:master
Open

Add global hotkey support#15
fragtion wants to merge 4 commits intor-Larch:masterfrom
fragtion:master

Conversation

@fragtion
Copy link
Copy Markdown

@fragtion fragtion commented Feb 15, 2026

Implements global hotkeys to enable/disable mouse teleportation:

  • Win+PageUp: Enable mouse teleportation
  • Win+PageDown: Disable mouse teleportation

Fixes #14

Implements global hotkeys to enable/disable mouse teleportation:
- Win+PageUp: Enable mouse teleportation
- Win+PageDown: Disable mouse teleportation
@fragtion fragtion force-pushed the master branch 2 times, most recently from 274a37d to e7d6250 Compare April 19, 2026 21:52
…bridging

- Detect native Windows scrollbars via WM_NCHITTEST (HTVSCROLL)
- Detect text selection in edit controls (Edit, RichEdit, TextBox, Scintilla)
- Detect modern overlay scrollbars by checking proximity to window's right edge
- Prevent mouse teleportation during scrollbar drag and text selection operations
fragtion added 2 commits May 7, 2026 11:06
… handle (to try prevent a dragged window from getting stuck on the source/origin display)
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.

Feature to create hotkey for disabling mouse teleportation

1 participant