Mapping functions required for global hotkeys#15
Merged
dblock merged 4 commits intojava-native-access:masterfrom Jul 27, 2011
Merged
Mapping functions required for global hotkeys#15dblock merged 4 commits intojava-native-access:masterfrom
dblock merged 4 commits intojava-native-access:masterfrom
Conversation
Member
|
Very good. Can you please also update CHANGES.md? I'll merge then. |
Contributor
Author
|
Umm, I'm not that good with git-fu - my repo and upstream now diverged, what should I do? Make a merge from upstream and push a merge commit or rebase somehow? |
…ons used for Global Hotkeys
…obal Hotkeys and XSetErrorHanler used to handle program errors without exiting
… hotkeys functionality
Member
|
I add the twall remote like this: |
Contributor
Author
|
ok, I did a rebase from upstream and updated CHANGES.md. Hope it doesn't brake the git-magic. |
Member
There was a problem hiding this comment.
A period is missing at the end of the sentence! :)
dblock
added a commit
that referenced
this pull request
Jul 27, 2011
Mapping functions required for global hotkeys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, I've added mappings to several functions required for global hotkeys functionality:
RegisterHotkeyandUnregisterHotkeyfor windows in User32, including some tests.XGrabKeyandXUngrabKeyfor X11, and alsoXSetErrorHandlerto handle errorsI've tested these mappings in my own library, not with platform.jar, just decided to share them here.