--- title: "Setting Caps Lock Automatically" type: "article" slug: "setting-caps-lock-automatically" url: "http://localhost/article/setting-caps-lock-automatically/" markdown_url: "http://localhost/article/setting-caps-lock-automatically.md" published_at: "2025-10-25T12:16:14+00:00" modified_at: "2025-10-26T00:26:40+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "It is not a big deal, but I don’t like having to set caps each time I load the program (I rarely use lower case). Adjust line 8100. 8100 POKE 23730,255: POKE 23731,247: POKE 23658,8: IF PEEK 64268<>205 THEN LOAD \"\"CODE 63488,2046 If you will always be loading a master copy first as I described…" category: - name: "Extensions" slug: "extensions" taxonomy: "category" url: "http://localhost/category/periodicals/extensions/" post_tag: - name: "Pro/File 2068" slug: "pro-file-2068" taxonomy: "post_tag" url: "http://localhost/tag/pro-file-2068/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Robert Fischer" slug: "robert-fischer" taxonomy: "indiv" url: "http://localhost/indiv/robert-fischer/" publication_r: id: 39138 title: "Extensions" type: "periodical" url: "http://localhost/periodical/extensions/" authors: "Robert Fischer" authors_r: - name: "Robert Fischer" slug: "robert-fischer" taxonomy: "indiv" url: "http://localhost/indiv/robert-fischer/" issue: "1" issues_articles: - id: 49306 title: "Extensions issue 1" type: "issue" url: "http://localhost/issue/extensions/" pages: "7" product_reviews: - id: 13646 title: "Pro/File 2068" type: "product" url: "http://localhost/product/pro-file-2068-2/" archive_link: false --- # Setting Caps Lock Automatically It is not a big deal, but I don’t like having to set caps each time I load the program (I rarely use lower case). Adjust line 8100. ``` 8100 POKE 23730,255: POKE 23731,247: POKE 23658,8: IF PEEK 64268<>205 THEN LOAD ""CODE 63488,2046 ``` If you will always be loading a master copy first as I described earlier you don’t need to make the above change, but if you sometimes use my SAVE A)11 routine then you will. POKE 23658,8 can be used in any program to set caps. Use zero to set lower case. The same instruction can be inserted elsewhere if it suited you better (at start of line 100 it would reset caps each time you returned to the main menu.