Jump to content

Richard Garner

Member
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

Richard Garner's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Thanks for the response. Here in more detail is what is going on. In emacs, if I type C-h k (describe-key) I can then drag and drop something into the emacs window and see what keystroke this causes in emacs. If I do C-h k and drag a file from an open finder window, I get the keystroke <drag-n-drop>. That is as it should be. If I do C-h k and drag a file from Alfred, I get the keystroke <M-drag-n-drop>, which in emacs is usually bound to "drag and drop as text". In my common use case, I drag and drop into an email I am composing, but rather than attaching the file it inserts the path to the file. If I drag from a Finder window, it attaches the file as expected. So it seems that the API call from Alfred does something different from the API call that would be made by dragging from a Finder window. I can fix this by rebinding <M-drag-n-drop> to <drag-n-drop> in emacs but it's a kludge, and then <M-drag-n-drop> doesn't work elsewhere. Thanks! Richard
  2. Thanks! It seems that if I hold Control while dragging, then it registers as an unmodified drag-and-drop. However, holding down either Option or Apple makes no difference. Is it possible to change the defaults so that a drag and drop produces a plain vanilla unmodified drag and drop? (This is how it used to work in Alfred 2).
  3. Hi all, I start Alfred (3) with option-spacebar. If I then find a file, and drag and drop it into emacs, it doesn't pick it up as a drag-and-drop, but rather as an option-drag-and-drop. Is there some setting in Alfred I can change so that it releases the modifier key before performing the drag and drop? Thanks! Richard
×
×
  • Create New...