mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #139] Custom global/host hotkeys #60
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MulverineX on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/139
A system in the config to mark specific hotkeys (ctrl+shift+f7, ctrl+shift+8, etc.) to not be captured/passed to the current device and always be received in a specified device. (obviously, ctrl+shift would show up on the current device, but then would be released once the hotkey was pressed) This would be useful in certain scenarios like having a custom keybind on your mouse turn on your keyboard & external lighting, managing music on just one device, etc.
@boomboxnation commented on GitHub (Jun 4, 2024):
Not sure I should create an entirely new feature-request, but in a similar vein I would like a keybind that immediately moves control(led) from current host to other host. Think an idling game on one computer and a browser on the other and you want to 'jump' out of the game without otherwise switching workspace/desktop on the host.
@MulverineX commented on GitHub (Jun 4, 2024):
@boomboxnation isn't that what ctrl+shift+alt+super does?
@feschber commented on GitHub (Jun 4, 2024):
#26 is what you are looking for. @MulverineX the release bind only releases the mouse but it can not be used to toggle between a client. I am planning to add such a toggle bind in the future.