Jump to content

Jack Musick

Member
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jack Musick's Achievements

Helping Hand

Helping Hand (3/5)

1

Reputation

  1. Nope. It's some kind of macOS bug. I ended up fixing it by adjusting the underlying Apple Script to this: on alfred_script(q) set chars to count (get the clipboard) if chars > 500 then do shell script "afplay /System/Library/Sounds/Funk.aiff" else tell application "System Events" set _index to 1 repeat with letter in (get the clipboard) keystroke letter delay 5.0E-4 end repeat end tell end if end alfred_script I've been using it just fine since.
  2. Hi, I've been using this for a while. Recently it started changing the casing in letters at random. Any idea why this would be?
×
×
  • Create New...