From ba16ea25af4e0259b159d8ba47133d7315321ae7 Mon Sep 17 00:00:00 2001 From: Donovan Hubbard <37090676+donovanhubbard@users.noreply.github.com> Date: Sat, 2 Mar 2024 14:37:39 -0600 Subject: [PATCH] docs: Update README.md to include backticks and single quotes (#429) Update README.md to include backticks Adds an explanation of how to use backticks or single quotes with the Type command. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e56e040aa..fbf69ae55 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,17 @@ Type@500ms "Slow down there, partner." Example of using the Type command in VHS +You can also enclose the text you type in backticks or single quotes. This is useful +if you want to type the `"` character. + +```elixir +# Type something enclosed in back ticks +Type `VAR="Hello world!"` + +# Type something enclosed in single quotes +Type 'VAR="Hello world!"' +``` + ### Keys Key commands take an optional `@time` and optional repeat `count` for repeating