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

Hotkeys reimplemented with keyboard hook and self-contained in widget #2

Merged
merged 3 commits into from
Dec 10, 2015

Conversation

akamal
Copy link
Contributor

@akamal akamal commented Dec 8, 2015

I've rewritten the hotkey implementation so it's usable by normal people:

  • Completely self contained within the widget, with an platform specific guard on creation (is that enough for cross platform compatibility, or is the pywin32 dependency a bigger problem than I realise?)
  • Implemented with a keyboard hook, so only effective when Fallout4 has focus
  • Rudimentary, but functional, UI for configuring hotkeys

@matzman666 matzman666 merged commit 4d3f93b into matzman666:master Dec 10, 2015
matzman666 added a commit that referenced this pull request Dec 10, 2015
matzman666 pushed a commit that referenced this pull request Dec 25, 2015
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.

2 participants