We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I often want to set my keyboard layout to qwerty for games, rather than my default of colemak.
In steam I can do this with launch settings setxkbmap gb; %command%; setxkbmap gb colemak.
setxkbmap gb; %command%; setxkbmap gb colemak
For some games I've used a similar way to set mouse sensitivity before & after the game launch.
I can't see an equivalent way to do so in heroic. Is there a good way to achieve this?
Configure commands to run before & after the game.
No response
The text was updated successfully, but these errors were encountered:
Until this is done properly, you can use this as your wrapper script:
#!/bin/bash setxkbmap gb "$@" setxkbmap colemak
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem description
I often want to set my keyboard layout to qwerty for games, rather than my default of colemak.
In steam I can do this with launch settings
setxkbmap gb; %command%; setxkbmap gb colemak
.For some games I've used a similar way to set mouse sensitivity before & after the game launch.
I can't see an equivalent way to do so in heroic. Is there a good way to achieve this?
Feature description
Configure commands to run before & after the game.
Alternatives
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: