WIP WIP: keymap generation test passes meta: Update features and version WiP: cargo.lock WIP: don't crash WIP: no outlines parsing: New tests WIP: base level works WIP: remove old keyboard symbols correctly input WIP: lodaing files WIP: fallback works Valid fallback
		
			
				
	
	
		
			18 lines
		
	
	
		
			233 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			233 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
bounds:
 | 
						|
    x: 0
 | 
						|
    y: 0
 | 
						|
    width: 0
 | 
						|
    height: 0
 | 
						|
views:
 | 
						|
    base:
 | 
						|
        - "test"
 | 
						|
outlines:
 | 
						|
    default:
 | 
						|
        corner_radius: 1
 | 
						|
        bounds: { x: 0, y: 0, width: 0, height: 0 }
 | 
						|
 | 
						|
buttons:
 | 
						|
    test:
 | 
						|
        label: "test"
 |