From a415ddbdbe4e247edb915b3510a9b60b3105dd22 Mon Sep 17 00:00:00 2001 From: Samkist Date: Sun, 29 May 2022 23:19:38 -0400 Subject: [PATCH] tidy --- Frame.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frame.md b/Frame.md index abdc3fd..98fd5c3 100644 --- a/Frame.md +++ b/Frame.md @@ -93,9 +93,9 @@ local mainFrame = myFrame:setBar("Hello World!"):showBar() Returns true if the user is currently holding the respective key down #### Parameters: -1. `number | string` - number can be any os.queueEvent("key") key, or instead of int you can use the following strings: "shift", "ctrl", "alt"
+1. `number | string` - Any os.queueEvent("key") key, or you can use the following strings: "shift", "ctrl", "alt" #### Returns: -1. `boolean` - if the user is holding the key down
+1. `boolean` - Whether the user is holding the key down #### Usage: * Checks if the "shift" modifier is active on the myFrame frame ````lua