]> git.eshelyaron.com Git - emacs.git/commit
Allow keyboard modifiers to control the action taken during dired DND
authorPo Lu <luangruo@yahoo.com>
Sat, 4 Jun 2022 10:07:20 +0000 (18:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 4 Jun 2022 10:08:28 +0000 (18:08 +0800)
commitf1b4c0aff507e32d0311e04c927b866dcb457ac3
treedbfcfde6173fcca62a78fc8c09e9311ccb242b6c
parentacf27496cbf10e3ac2d36f6be1f1413691925eef
Allow keyboard modifiers to control the action taken during dired DND

* doc/emacs/dired.texi (Misc Dired Features): Update
documentation.
* lisp/dired.el (dired-mouse-drag-files): Update defcustom for
new values.
(dired-mouse-drag): Recognize more values of
`dired-mouse-drag-files' and keyboard modifiers.
(dired-mouse-drag-files-map): Add C-down-mouse-1, M-down-mouse-1
and S-down-mouse-1.
doc/emacs/dired.texi
lisp/dired.el