Update the ergodox-ez/algernon keymap (#409)
Compared to the previous version, the following noteworthy changes have
been made to the keymap:
* The keyboard starts in NKRO mode, bootmagic and other things are
  disabled.
* A STENO layer was added, to be used with Plover.
* An experimental layout was added, something halfway between Dvorak and
  Capewell-Dvorak. A work in progress.
* `LEAD y` types \o/.
* Some keys on the BASE layer have been moved around:
  - `?` moved to the left pinky, left of `Q`.
  - `=` shifted one row down, but `F11` stayed where it was.
  - `-` on the left half was replaced by `Tab`.
  - `Tab`'s original position is taken by a `Media Next`/`Media Prev`
     key.
  - `:` now inputs `;` when shifted.
* `ESC` cancels the **HUN** layer too, not just modifiers.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
			
			
This commit is contained in:
		
							parent
							
								
									4815b97add
								
							
						
					
					
						commit
						1d1ced53c7
					
				
					 11 changed files with 367 additions and 1347 deletions
				
			
		
							
								
								
									
										5
									
								
								keyboard/ergodox_ez/keymaps/algernon/tools/max-focused
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										5
									
								
								keyboard/ergodox_ez/keymaps/algernon/tools/max-focused
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
#! /bin/sh
 | 
			
		||||
WIN="$(xdotool getactivewindow)"
 | 
			
		||||
wmctrl -i -r ${WIN} -b remove,maximized_vert,maximized_horz
 | 
			
		||||
xdotool windowsize ${WIN} 100% 100%
 | 
			
		||||
wmctrl -i -r ${WIN} -b add,maximized_vert,maximized_horz
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue