mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
<left-fringe mouse-2, right-fringe mouse-3, left-fringe mouse-3>: New bindings.
This commit is contained in:
parent
4bbe413d84
commit
84e42e60e1
@ -2426,7 +2426,10 @@ and selects that window."
|
||||
(global-set-key [mouse-2] 'mouse-yank-at-click)
|
||||
;; Allow yanking also when the corresponding cursor is "in the fringe".
|
||||
(global-set-key [right-fringe mouse-2] 'mouse-yank-at-click)
|
||||
(global-set-key [left-fringe mouse-2] 'mouse-yank-at-click)
|
||||
(global-set-key [mouse-3] 'mouse-save-then-kill)
|
||||
(global-set-key [right-fringe mouse-3] 'mouse-save-then-kill)
|
||||
(global-set-key [left-fringe mouse-3] 'mouse-save-then-kill)
|
||||
|
||||
;; By binding these to down-going events, we let the user use the up-going
|
||||
;; event to make the selection, saving a click.
|
||||
|
Loading…
Reference in New Issue
Block a user