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

Super keys #62

Merged
merged 4 commits into from Jan 16, 2018
Merged

Super keys #62

merged 4 commits into from Jan 16, 2018

Commits on Jan 14, 2018

  1. Copy the full SHA
    cbe97da View commit details
    Browse the repository at this point in the history
  2. Daemon triggers on KeyRelease

    The event loop responds to KeyPress and KeyRelease events.
    ska67 committed Jan 14, 2018
    Copy the full SHA
    16987f2 View commit details
    Browse the repository at this point in the history
  3. Register meta keys for shortcuts

    Register the single left or right meta key for shortcuts.
    Use the symbol name of the X11 system.
    ska67 committed Jan 14, 2018
    Copy the full SHA
    7fdb94b View commit details
    Browse the repository at this point in the history
  4. Triggering shortcuts with meta keys

    The left and right meta keys can trigger shortcuts
    at the KeyRelease event.
    ska67 committed Jan 14, 2018
    Copy the full SHA
    b8d4473 View commit details
    Browse the repository at this point in the history