layouts: Sort outlines alphabetically
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>
This commit is contained in:
		@ -1,12 +1,12 @@
 | 
			
		||||
---
 | 
			
		||||
outlines:
 | 
			
		||||
    default:       { width: 52,    height: 42 }
 | 
			
		||||
    special-3:     { width: 91.25, height: 42 }
 | 
			
		||||
    change-view:   { width: 77.52, height: 42 }
 | 
			
		||||
    change-view-2: { width: 91.25, height: 42 }
 | 
			
		||||
    large:         { width: 54.76, height: 42 }
 | 
			
		||||
    spaceline:     { width: 157,   height: 42 }
 | 
			
		||||
    special:       { width: 64.76, height: 42 }
 | 
			
		||||
    large:         { width: 54.76, height: 42 }
 | 
			
		||||
    special-2:     { width: 91.25, height: 42 }
 | 
			
		||||
 | 
			
		||||
views:
 | 
			
		||||
    base:
 | 
			
		||||
@ -74,6 +74,6 @@ buttons:
 | 
			
		||||
        outline: "spaceline"
 | 
			
		||||
        text: " "
 | 
			
		||||
    Return:
 | 
			
		||||
        outline: "special-3"
 | 
			
		||||
        outline: "special-2"
 | 
			
		||||
        icon: "key-enter"
 | 
			
		||||
        keysym: "Return"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user