зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 21:56:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			15 строки
		
	
	
		
			390 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
			
		
		
	
	
			15 строки
		
	
	
		
			390 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
| (require 'windmove)
 | |
| 
 | |
| ;; setting the PC keyboard's various keys to
 | |
| ;; Super or Hyper, for emacs running on Windows.
 | |
| (setq
 | |
| 	w32-pass-lwindow-to-system nil
 | |
| 	w32-pass-rwindow-to-system nil
 | |
| 	w32-pass-apps-to-system nil
 | |
| 	w32-lwindow-modifier 'super ; Left Windows key
 | |
| 	w32-rwindow-modifier 'super ; Right Windows key
 | |
| 	w32-apps-modifier 'hyper ; Menu key
 | |
| ) 
 | |
| 
 | |
| (windmove-default-keybindings 'super)
 | 
