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:
@ -6,13 +6,13 @@
|
||||
---
|
||||
outlines:
|
||||
default: { width: 40, height: 60 }
|
||||
subtle-highlight: { width: 40, height: 60 }
|
||||
fill: { width: 52.67, height: 60 }
|
||||
special-2: { width: 52.67, height: 60 }
|
||||
change-view: { width: 52.67, height: 60 }
|
||||
special-3: { width: 80, height: 60 }
|
||||
change-view-2: { width: 80, height: 60 }
|
||||
fill: { width: 52.67, height: 60 }
|
||||
spaceline: { width: 120, height: 60 }
|
||||
special: { width: 52.67, height: 60 }
|
||||
special-2: { width: 80, height: 60 }
|
||||
subtle-highlight: { width: 40, height: 60 }
|
||||
|
||||
views:
|
||||
base:
|
||||
@ -49,12 +49,12 @@ buttons:
|
||||
outline: "change-view-2"
|
||||
icon: "key-shift"
|
||||
BackSpace:
|
||||
outline: "special-2"
|
||||
outline: "special"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special-2"
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
@ -82,7 +82,7 @@ buttons:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "special-3"
|
||||
outline: "special-2"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
.:
|
||||
|
||||
Reference in New Issue
Block a user