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

Fix pasting in Windows 10 login prompt running inside Parallels #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion main.scpt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set numbers_key_codes to {82, 83, 84, 85, 86, 87, 88, 89, 91, 92}
set numbers_key_codes to {29, 18, 19, 20, 21, 23, 22, 26, 28, 25}

set input to do shell script "pbpaste"

Expand All @@ -13,3 +13,4 @@ if (input is not missing value and length of input is less than 250) then
end repeat
end tell
end if