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

Support executing commands on press/release events #79

Merged
merged 1 commit into from
Aug 13, 2022
Merged

Conversation

k0kubun
Copy link
Contributor

@k0kubun k0kubun commented Feb 23, 2022

Close #72

Example

modmap:
  - remap:
      Win_R:
        press: { launch: ["xdotool", "mousemove", "0", "7200"] }
        release: { launch: ["xdotool", "mousemove", "0", "0"] }

press/release could use any keymap actions, including launch.

@k0kubun
Copy link
Contributor Author

k0kubun commented Mar 13, 2022

accidentally closed this, but we'd still need an official version of this.

@k0kubun k0kubun marked this pull request as ready for review August 13, 2022 21:15
@k0kubun k0kubun merged commit 5462b16 into master Aug 13, 2022
@k0kubun k0kubun deleted the command-key branch August 13, 2022 21:18
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.

Feature request: support keydown/keyup event
1 participant