and clean up some layout-files. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/655>
		
			
				
	
	
		
			26 lines
		
	
	
		
			571 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			571 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
outlines:
 | 
						|
    default:   { width: 37.46,  height: 42 }
 | 
						|
    altline:   { width: 48.39,  height: 42 }
 | 
						|
    wide:      { width: 88.98,  height: 42 }
 | 
						|
    spaceline: { width: 120.58, height: 42 }
 | 
						|
 | 
						|
views:
 | 
						|
    base:
 | 
						|
        - "1 2 3 ( )"
 | 
						|
        - "4 5 6 # *"
 | 
						|
        - "7 8 9 + -"
 | 
						|
        - "BackSpace 0 space Return"
 | 
						|
 | 
						|
buttons:
 | 
						|
    BackSpace:
 | 
						|
        outline: "altline"
 | 
						|
        icon: "edit-clear-symbolic"
 | 
						|
        action: "erase"
 | 
						|
    space:
 | 
						|
        outline: "spaceline"
 | 
						|
        text: " "
 | 
						|
    Return:
 | 
						|
        outline: "wide"
 | 
						|
        icon: "key-enter"
 | 
						|
        keysym: "Return" |