terminal: Use a rudimentary layout on input hint

This commit is contained in:
Dorota Czaplejewicz
2019-12-09 14:03:00 +00:00
parent e1a012cf50
commit 674bef2b00
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,34 @@
---
bounds: { x: 0, y: 0.33, width: 360, height: 210 }
outlines:
default:
bounds: { x: 0, y: 0, width: 37.46341, height: 52 }
altline:
bounds: { x: 0, y: 0, width: 48.39024, height: 52 }
views:
base:
- "PgUp ↑ PgDn"
- "← ↓ →"
buttons:
PgUp:
outline: "altline"
keysym: "Page_Up"
PgDn:
outline: "altline"
keysym: "Page_Down"
"↑":
outline: "altline"
keysym: "Up"
"↓":
outline: "altline"
keysym: "Down"
"←":
outline: "altline"
keysym: "Left"
"→":
outline: "altline"
keysym: "Right"