Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[livesplit-hotkey] Ability to prevent hotkeys from propagating to other programs #710

Closed
Xevion opened this issue Jul 30, 2023 · 0 comments · Fixed by #755
Closed

[livesplit-hotkey] Ability to prevent hotkeys from propagating to other programs #710

Xevion opened this issue Jul 30, 2023 · 0 comments · Fixed by #755
Labels
enhancement An improvement for livesplit-core. feature A new user visible feature for livesplit-core. hotkey This is about the hotkey implementation.
Milestone

Comments

@Xevion
Copy link

Xevion commented Jul 30, 2023

Hello - I am looking for a crate with the ability to (on Windows) add a global hook for listening to specific hotkeys (like WIN+ALT+LEFT|RIGHT).
I want to be able to prevent these hotkeys from propagating to whatever program is currently selected.
Which is problem, as livesplit-hotkey does not do that - the hotkeys are still received by whatever program is currently selected.

Researching the matter, I'm really unsure of how the Windows APIs work, if what I want is even possible, and whether LiveSplit might ever carry the feature in the future. Given the nature of your app, I get the feeling the answer is 'no', but I might hope that you'll have some small insight available for how I could proceed.

I'm fine with you closing this issue immediately - I'm only hoping for some assistance since I have a really close MVP based on livesplit-hotkey; I don't want to be re-engineering an entire hotkey library for the sole purpose of preventing hotkey propagation.

  • I am only looking for a Windows solution - other platforms need not bother.
  • My intended program will ONLY be listening to hotkeys - few/no windows.
@CryZe CryZe linked a pull request Jan 16, 2024 that will close this issue
@CryZe CryZe added enhancement An improvement for livesplit-core. feature A new user visible feature for livesplit-core. hotkey This is about the hotkey implementation. labels Jan 16, 2024
@CryZe CryZe added this to the v0.14 milestone Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement for livesplit-core. feature A new user visible feature for livesplit-core. hotkey This is about the hotkey implementation.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants