Bind context menu to the mouse right click.

This commit is contained in:
kj 2023-04-13 04:24:21 -04:00
parent e747f0d61e
commit 6ba69a8dcc

View File

@ -20,7 +20,7 @@
(global-set-key (kbd "C-<f11>") 'toggle-frame-maximized) ; Maximizar / restaurar
(global-set-key (kbd "C-S-d") 'duplicate-current-line) ; Duplicar línea
(global-set-key (kbd "C-S-l") 'sort-lines) ; Ordenar líneas alfabéticamente
(global-set-key (kbd "<mouse-3>") 'context-menu-open) ; Ordenar líneas alfabéticamente
;; Cambios rápidos de major modes
(global-set-key (kbd "C-x m") nil) ; Unbind mail on C-x m