and change `special-3` to `special-2` and `special-2` to `special`, where appropriate. `default` is still at the top of the lists, to make it easier to find. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/689>
		
			
				
	
	
		
			27 lines
		
	
	
		
			554 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			554 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
outlines:
 | 
						|
    default:   { width: 71.314,  height: 52 }
 | 
						|
    spaceline: { width: 142.628, height: 52 }
 | 
						|
    special:   { width: 71.314,  height: 52 }
 | 
						|
 | 
						|
views:
 | 
						|
    base:
 | 
						|
        - "( 1 2 3 )"
 | 
						|
        - "# 4 5 6 +"
 | 
						|
        - "* 7 8 9 -"
 | 
						|
        - "BackSpace 0 space Return"
 | 
						|
 | 
						|
buttons:
 | 
						|
    BackSpace:
 | 
						|
        outline: "special"
 | 
						|
        icon: "edit-clear-symbolic"
 | 
						|
        action: "erase"
 | 
						|
    space:
 | 
						|
        outline: "spaceline"
 | 
						|
        text: " "
 | 
						|
        label: "␣"
 | 
						|
    Return:
 | 
						|
        outline: "special"
 | 
						|
        icon: "key-enter"
 | 
						|
        keysym: "Return"
 |