-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't chain multiple shell commands #3
Labels
bug
Something isn't working
Comments
Other hacky idea: Add a 'cmd' key to the shnotify dict and then chain the commands in shnotify() with &&. |
pqrs-org/Karabiner-Elements#2833 (comment) This is intended behavior. |
al-ce
added a commit
that referenced
this issue
Apr 10, 2023
Addresses issue #3 Change 'command' to 'cmd' in translate_events() for tidying up
al-ce
added a commit
that referenced
this issue
Apr 10, 2023
Tests the functions added to address issue #3
Addressed by chaining all the shell-based pseudo funcs into one to.shell_command event |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g.
The first of those commands opens the Applications folder but not .config, the second opens the .qutebrowser folder but doesn't create testing/, etc.No error messages in the Karabiner-Elements GUI Log.
The 'workaround' (which is what one would probably do anyway is the obvious, e.g.
But it would be nice to compartmentalize the wrapped shell pseudo-funcs like shnotify(), open(), etc.
Potential fixes:
The text was updated successfully, but these errors were encountered: