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

Hotkey script results in garbled text on remote Windows server #3649

Open
xinxianwu opened this issue Jun 22, 2024 · 0 comments
Open

Hotkey script results in garbled text on remote Windows server #3649

xinxianwu opened this issue Jun 22, 2024 · 0 comments

Comments

@xinxianwu
Copy link

I wrote the following script. I expect that when I press Ctrl+Shift+W while remotely connected to a Windows server, it will input "Welcome1". However, I am getting a string of garbled text instead. I am not sure how to fix this.

hs.hotkey.bind({"ctrl", "shift"}, "w", function()
    hs.eventtap.keyStrokes("Welcome1")
end)

image

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