mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			440 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			440 B
		
	
	
	
	
	
	
	
Name
keymap - load a keyboard layout
Synopsis
# keymap <name|file>
Description
The keymap utility can be used to set a keyboard layout using the given name or file.
Loading by name will search for keyboard layout files in /res/keymaps/*.json.
Examples
Load a keyboard layout by name:
# keymap en
Load a keyboard layout using a file:
# keymap /res/keymaps/en.json
# keymap ./map.json
