data/keyboards/terminal/*.yaml: Update terminal-layouts
- Fix highlighting - Fix sizes of buttons - Reduce layout-changes when switching views - Make layouts more consistent Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/626>
This commit is contained in:
		@ -1,15 +1,15 @@
 | 
			
		||||
---
 | 
			
		||||
outlines:
 | 
			
		||||
    default:    { width: 35.33,  height: 46 }
 | 
			
		||||
    halfwidth:  { width: 17.665, height: 46 }
 | 
			
		||||
    narrow:     { width: 26.335, height: 46 }
 | 
			
		||||
    special:    { width: 35.33,  height: 46 }
 | 
			
		||||
    altline:    { width: 52.67,  height: 46 }
 | 
			
		||||
    large:      { width: 52.67,  height: 46 }
 | 
			
		||||
    action:     { width: 59,     height: 46 }
 | 
			
		||||
    wide:       { width: 59,     height: 46 }
 | 
			
		||||
    spaceline:  { width: 100.96, height: 46 }
 | 
			
		||||
    small:      { width: 50.471, height: 22 }
 | 
			
		||||
    default:   { width: 35.33,  height: 46 }
 | 
			
		||||
    halfwidth: { width: 17.665, height: 46 }
 | 
			
		||||
    narrow:    { width: 26.335, height: 46 }
 | 
			
		||||
    special:   { width: 44,     height: 46 }
 | 
			
		||||
    altline:   { width: 52.67,  height: 46 }
 | 
			
		||||
    large:     { width: 52.67,  height: 46 }
 | 
			
		||||
    action:    { width: 59,     height: 46 }
 | 
			
		||||
    wide:      { width: 59,     height: 46 }
 | 
			
		||||
    spaceline: { width: 92.29,  height: 46 }
 | 
			
		||||
    small:     { width: 50.471, height: 22 }
 | 
			
		||||
 | 
			
		||||
views:
 | 
			
		||||
    base:
 | 
			
		||||
@ -34,7 +34,7 @@ views:
 | 
			
		||||
        - "TabSmall Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "~ ` · √ π τ ÷ × ¶ @"
 | 
			
		||||
        - "© ® £ € ¥ ^ ° { }"
 | 
			
		||||
        - "show_numbers_from_symbols   % | < > = [ ]  BackSpace"
 | 
			
		||||
        - "show_numbers   % | < > = [ ]  BackSpace"
 | 
			
		||||
        - "show_letters show_eschars preferences         space        period Return"
 | 
			
		||||
    eschars:
 | 
			
		||||
        - "TabSmall Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
@ -70,11 +70,6 @@ buttons:
 | 
			
		||||
            set_view: "numbers"
 | 
			
		||||
        outline: "altline"
 | 
			
		||||
        label: "123"
 | 
			
		||||
    show_numbers_from_symbols:
 | 
			
		||||
        action:
 | 
			
		||||
            set_view: "numbers"
 | 
			
		||||
        outline: "altline"
 | 
			
		||||
        label: "123"
 | 
			
		||||
    show_letters:
 | 
			
		||||
        action:
 | 
			
		||||
            set_view: "base"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user