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

Added the ability to bind multiple actions to a single button combination. #147

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CorneliaXaos
Copy link

I wanted the ability to perform multiple actions in a single button combination. The desire was to change profiles and then be able to fire a custom script. The changes in this PR allow that to be possible by using the semicolon as a delimiter for actions in a single binding.

The new system uses a semicolon to delimit multiple actions for a single
binding.  This can allow one, for example, to change the profile and then
use a custom script to fire a notification via notify-send to display the
new profile name.
It now makes note that the user can bind multiple actions to a single binding.
In addition to documentation, an example binding has been updated to do multiple
actions with a single button combination.
@ShireGrin
Copy link

Wow very nice. Can I merge this pull request with my local clone of the master branch ? And how¿?

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.

None yet

2 participants