Bind context menu to the mouse right click.
This commit is contained in:
		@@ -20,7 +20,7 @@
 | 
				
			|||||||
(global-set-key (kbd "C-<f11>") 'toggle-frame-maximized)  ; Maximizar / restaurar
 | 
					(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-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 "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
 | 
					;; Cambios rápidos de major modes
 | 
				
			||||||
(global-set-key (kbd "C-x m") nil)                        ; Unbind mail on C-x m
 | 
					(global-set-key (kbd "C-x m") nil)                        ; Unbind mail on C-x m
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user