diff --git a/data/keyboards/terminal/us.yaml b/data/keyboards/terminal/us.yaml index 3a67c874..7045b412 100644 --- a/data/keyboards/terminal/us.yaml +++ b/data/keyboards/terminal/us.yaml @@ -4,7 +4,7 @@ outlines: action: { width: 59, height: 46 } altline: { width: 52.67, height: 46 } wide: { width: 59, height: 46 } - spaceline: { width: 140, height: 46 } + spaceline: { width: 144.96, height: 46 } special: { width: 44, height: 46 } small: { width: 50.57, height: 22 } halfwidth: { width: 17.665, height: 46 } @@ -39,7 +39,7 @@ views: - "F1 F2 F3 F4 F5 F6" - "F7 F8 F9 F10 F11 F12" - "Esc Tab Pause Insert Up Del" - - "show_letters Menu Break Left Down Right" + - "show_letters_actions Menu Break Left Down Right" buttons: Shift_L: @@ -60,7 +60,7 @@ buttons: show_numbers: action: set_view: "numbers" - outline: "wide" + outline: "altline" label: "123" show_numbers_from_symbols: action: @@ -68,6 +68,11 @@ buttons: outline: "altline" label: "123" show_letters: + action: + set_view: "base" + outline: "altline" + label: "ABC" + show_letters_actions: action: set_view: "base" outline: "wide" diff --git a/data/keyboards/terminal/us_wide.yaml b/data/keyboards/terminal/us_wide.yaml index 0e4f5b51..9f7663d6 100644 --- a/data/keyboards/terminal/us_wide.yaml +++ b/data/keyboards/terminal/us_wide.yaml @@ -4,7 +4,7 @@ outlines: action: { width: 90, height: 37 } altline: { width: 81, height: 37 } wide: { width: 90, height: 37 } - spaceline: { width: 225, height: 37 } + spaceline: { width: 234, height: 37 } special: { width: 54, height: 37 } small: { width: 67.4, height: 22 } halfwidth: { width: 27, height: 37 } @@ -39,7 +39,7 @@ views: - "F1 F2 F3 F4 F5 F6" - "F7 F8 F9 F10 F11 F12" - "Esc Tab Pause Insert Up Del" - - "show_letters Menu Break Left Down Right" + - "show_letters_actions Menu Break Left Down Right" buttons: Shift_L: @@ -60,7 +60,7 @@ buttons: show_numbers: action: set_view: "numbers" - outline: "wide" + outline: "altline" label: "123" show_numbers_from_symbols: action: @@ -68,6 +68,11 @@ buttons: outline: "altline" label: "123" show_letters: + action: + set_view: "base" + outline: "altline" + label: "ABC" + show_letters_actions: action: set_view: "base" outline: "wide"