--- title: "The Truth About INKEY$" type: "article" slug: "the-truth-about-inkey-2" url: "http://localhost/article/the-truth-about-inkey-2/" markdown_url: "http://localhost/article/the-truth-about-inkey-2.md" published_at: "2026-03-12T23:26:20+00:00" modified_at: "2026-03-12T23:26:21+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "A tutorial explaining how INKEY$ differs from INPUT, covering the keyboard strobe mechanism and demonstrating a practical flashing menu using a FOR-NEXT delay loop." category: - name: "Sinclair Users Network" slug: "sinclair-users-network" taxonomy: "category" url: "http://localhost/category/periodicals/sinclair-users-network/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Tutorial" slug: "tutorial" taxonomy: "post_tag" url: "http://localhost/tag/tutorial/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" publication_r: id: 21559 title: "Sinclair Users Network" type: "periodical" url: "http://localhost/periodical/sinclair-users-network/" volume: "2" issue: "2" issues_articles: - id: 26559 title: "Sinclair Users Network March 1983" type: "issue" url: "http://localhost/issue/sinclair-users-network-march-1983/" pages: "3" pubdate: "March 1983" archive_link: false --- # The Truth About INKEY$ A tutorial explaining how INKEY$ differs from INPUT, covering the keyboard strobe mechanism and demonstrating a practical flashing menu using a FOR-NEXT delay loop.