Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Solaar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pwr-Solaar
  • Solaar
  • Merge requests
  • !988

add rule-based processing of HID++ notifications

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter F. Patel-Schneider requested to merge github/fork/pfps/diversion into master Oct 29, 2020
  • Overview 1
  • Commits 10
  • Pipelines 0
  • Changes 10

Fixes #504 (closed) #987 (closed) #979 (closed)

Add rule-based processing of HID++ notifications with rules that are sensitive to the notification, the active program, and the keyboard modifier keys.

Comments are wanted on whether this is a good thing to add to Solaar, the basic design, and the implementation details.

The new capabilities are in lib/logitech_receiver/diversion.py Look there for documentation.

Requires X11, including at least one extension.

To clone and work with Solar

git clone https://github.com/pwr-Solaar/Solaar.git
cd Solaar

Run Solaar as bin/solaar from this directory.

To run PR #988, first clone Solaar if you have not already done so and cd to the clone directory. The first time you download the pull request, fetch it into a new branch and checkout that branch, as in:

git fetch origin pull/988/head:pull_988
git checkout pull_988

To download a new version of the pull request, fetch it and then set your pull branch to the new fetch, as in:

git checkout pull_988
git fetch origin pull/XXX/head
git reset --hard FETCH_HEAD
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/pfps/diversion