Layouts: Optimise the size of some buttons on some layouts
and clean up some layout-files. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/655>
This commit is contained in:
		@ -1,15 +1,15 @@
 | 
			
		||||
---
 | 
			
		||||
outlines:
 | 
			
		||||
    default:   { width: 37.46341, height: 42 }
 | 
			
		||||
    altline:   { width: 48.39024, height: 42 }
 | 
			
		||||
    wide:      { width: 88.97561, height: 42 }
 | 
			
		||||
    spaceline: { width: 120.5853, height: 42 }
 | 
			
		||||
    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 parenleft parenright"
 | 
			
		||||
        - "4 5 6 numbersign asterisk"
 | 
			
		||||
        - "7 8 9 plus minus"
 | 
			
		||||
        - "1 2 3 ( )"
 | 
			
		||||
        - "4 5 6 # *"
 | 
			
		||||
        - "7 8 9 + -"
 | 
			
		||||
        - "BackSpace 0 space Return"
 | 
			
		||||
 | 
			
		||||
buttons:
 | 
			
		||||
@ -23,17 +23,4 @@ buttons:
 | 
			
		||||
    Return:
 | 
			
		||||
        outline: "wide"
 | 
			
		||||
        icon: "key-enter"
 | 
			
		||||
        keysym: "Return"
 | 
			
		||||
    asterisk:
 | 
			
		||||
        text: "*"
 | 
			
		||||
    numbersign:
 | 
			
		||||
        text: "#"
 | 
			
		||||
    minus:
 | 
			
		||||
        text: "-"
 | 
			
		||||
    plus:
 | 
			
		||||
        text: "+"
 | 
			
		||||
    parenleft:
 | 
			
		||||
        text: "("
 | 
			
		||||
    parenright:
 | 
			
		||||
        text: ")"
 | 
			
		||||
 | 
			
		||||
        keysym: "Return"
 | 
			
		||||
		Reference in New Issue
	
	Block a user