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

inaccurate key stroke replication #259

Open
iamkarthikbk opened this issue Nov 14, 2024 · 0 comments
Open

inaccurate key stroke replication #259

iamkarthikbk opened this issue Nov 14, 2024 · 0 comments

Comments

@iamkarthikbk
Copy link

iamkarthikbk commented Nov 14, 2024

Hi. I want to use copy/paste on my (Linux) terminal with super+c instead of the default ctrl+shift+c.
this is what I am doing in my Settings>Keyboard>Shortcuts>Custom Shortcuts:

bash -c 'echo passwd | sudo -S ydotool key ctrl+shift+c 2> /dev/null'

it works sometimes, but the other times it just sends a ^C. I believe that this is an inaccurate replication of the keystrokes i sent as input. Can someone please help me understand this issue ? Is there a better way to do this?

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

No branches or pull requests

1 participant