Layouts: Use "change-view"-outline for all view-changing buttons
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/643>
This commit is contained in:
		@ -3,8 +3,10 @@ outlines:
 | 
			
		||||
    default:   { width: 35.33,  height: 46 }
 | 
			
		||||
    action:    { width: 59,     height: 46 }
 | 
			
		||||
    altline:   { width: 52.67,  height: 46 }
 | 
			
		||||
    change-view:   { width: 52.67,  height: 46 }
 | 
			
		||||
    large:     { width: 52.67,  height: 46 }
 | 
			
		||||
    wide:      { width: 59,     height: 46 }
 | 
			
		||||
    change-view-2:      { width: 59,     height: 46 }
 | 
			
		||||
    spaceline: { width: 144.96, height: 46 }
 | 
			
		||||
    special:   { width: 44,     height: 46 }
 | 
			
		||||
    small:     { width: 50.471, height: 22 }
 | 
			
		||||
@ -47,7 +49,7 @@ buttons:
 | 
			
		||||
            locking:
 | 
			
		||||
                lock_view: "upper"
 | 
			
		||||
                unlock_view: "base"
 | 
			
		||||
        outline: "altline"
 | 
			
		||||
        outline: "change-view"
 | 
			
		||||
        icon: "key-shift"
 | 
			
		||||
    BackSpace:
 | 
			
		||||
        outline: "altline"
 | 
			
		||||
@ -60,27 +62,27 @@ buttons:
 | 
			
		||||
    show_numbers:
 | 
			
		||||
        action:
 | 
			
		||||
            set_view: "numbers"
 | 
			
		||||
        outline: "altline"
 | 
			
		||||
        outline: "change-view"
 | 
			
		||||
        label: "123"
 | 
			
		||||
    show_letters:
 | 
			
		||||
        action:
 | 
			
		||||
            set_view: "base"
 | 
			
		||||
        outline: "altline"
 | 
			
		||||
        outline: "change-view"
 | 
			
		||||
        label: "ABC"
 | 
			
		||||
    show_letters_actions:
 | 
			
		||||
        action:
 | 
			
		||||
            set_view: "base"
 | 
			
		||||
        outline: "wide"
 | 
			
		||||
        outline: "change-view-2"
 | 
			
		||||
        label: "ABC"
 | 
			
		||||
    show_symbols:
 | 
			
		||||
        action:
 | 
			
		||||
            set_view: "symbols"
 | 
			
		||||
        outline: "altline"
 | 
			
		||||
        outline: "change-view"
 | 
			
		||||
        label: "τ=\\"
 | 
			
		||||
    show_actions:
 | 
			
		||||
        action:
 | 
			
		||||
            set_view: "actions"
 | 
			
		||||
        outline: "altline"
 | 
			
		||||
        outline: "change-view"
 | 
			
		||||
        label: ">_"
 | 
			
		||||
    .:
 | 
			
		||||
        outline: "large"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user