layouts: Add Shift-button to the terminal-layouts
				
					
				
			Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/698>
This commit is contained in:
		
				
					committed by
					
						
						Marge Bot
					
				
			
			
				
	
			
			
			
						parent
						
							c91e95cecb
						
					
				
				
					commit
					8093c363e2
				
			@ -8,7 +8,7 @@ outlines:
 | 
			
		||||
    halfwidth:     { width: 30.912,  height: 42   }
 | 
			
		||||
    large:         { width: 92.736,  height: 42   }
 | 
			
		||||
    placeholder:   { width: 30.912,  height: 42   }
 | 
			
		||||
    small:         { width: 77.28,   height: 25.2 }
 | 
			
		||||
    small:         { width: 68.693,  height: 25.2 }
 | 
			
		||||
    spaceline:     { width: 267.904, height: 42   }
 | 
			
		||||
    special:       { width: 61.824,  height: 42   }
 | 
			
		||||
    special-2:     { width: 92.736,  height: 42   }
 | 
			
		||||
@ -16,31 +16,31 @@ outlines:
 | 
			
		||||
 | 
			
		||||
views:
 | 
			
		||||
    base:
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt Shift ↑ ↓ ← →"
 | 
			
		||||
        - "q w e r t y u i o p"
 | 
			
		||||
        - ".-thin a s d f g h j k l --thin"
 | 
			
		||||
        - "show_upper z x c v b n m BackSpace"
 | 
			
		||||
        - "show_numbers preferences space show_actions Return"
 | 
			
		||||
    upper:
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt Shift PageUp PageDown Home End"
 | 
			
		||||
        - "Q W E R T Y U I O P"
 | 
			
		||||
        - "/-thin A S D F G H J K L |-thin"
 | 
			
		||||
        - "show_upper Z X C V B N M BackSpace"
 | 
			
		||||
        - "show_numbers preferences space show_actions Return"
 | 
			
		||||
    numbers:
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt Shift ↑ ↓ ← →"
 | 
			
		||||
        - "1 2 3 4 5 6 7 8 9 0"
 | 
			
		||||
        - "\\ * # $ / & - + ( ) _"
 | 
			
		||||
        - "show_symbols , \" ' : ; ! ? BackSpace"
 | 
			
		||||
        - "show_letters preferences space . Return"
 | 
			
		||||
    symbols:
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt Shift ↑ ↓ ← →"
 | 
			
		||||
        - "~ ` · √ π τ ÷ × ¶ @"
 | 
			
		||||
        - "-- © ® £ € ¥ ^ ° { } --"
 | 
			
		||||
        - "show_numbers % | < > = [ ] BackSpace"
 | 
			
		||||
        - "show_letters preferences space . Return"
 | 
			
		||||
    actions:
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
 | 
			
		||||
        - "Esc-small Tab-small Ctrl Alt Shift PageUp PageDown Home End"
 | 
			
		||||
        - "F1  F2  F3  F4  F5  F6"
 | 
			
		||||
        - "F7  F8  F9  F10 F11 F12"
 | 
			
		||||
        - "Esc Tab Pause Insert Up Del"
 | 
			
		||||
@ -211,6 +211,10 @@ buttons:
 | 
			
		||||
        modifier: "Alt"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        label: "Alt"
 | 
			
		||||
    Shift:
 | 
			
		||||
        modifier: "Shift"
 | 
			
		||||
        outline: "small"
 | 
			
		||||
        label: "Shift"
 | 
			
		||||
    --thin:
 | 
			
		||||
        outline: "halfwidth"
 | 
			
		||||
        text: "-"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user