From 218931d6ba6f33f023aa9dc921d0aa0aca5a9f12 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 24 Nov 2024 13:04:11 -0500 Subject: feat: add help at the bottom (#5) * Attemp at using goreleaser * Fix syntax error in .goreleaser.yml * fix: Check roadmap feature for clipboard (README) * feat: add help menu at the bottom (#4) * MVP for a help menu * fix: commented code is evil --- assets/vhs.tape | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/vhs.tape b/assets/vhs.tape index 49b43a1..ecb1e4e 100644 --- a/assets/vhs.tape +++ b/assets/vhs.tape @@ -4,10 +4,10 @@ Require termpicker Set FontSize 18 Set Width 800 -Set Height 480 +# Set Height 480 +Set Height 600 Set Margin 15 -# Set MarginFill "#674EFF" Set MarginFill "#6F4624" Set BorderRadius 10 @@ -26,6 +26,9 @@ Sleep 500ms Type "jkllllljhhklhkhh" Sleep 1s +Type "?" +Sleep 500ms + Tab Sleep 500ms Type "jklllllljhhklhkhh" -- cgit v1.2.3