Jump to content
Sign in to follow this  
Kernal

turning off keyboard click in a basic program

Recommended Posts

POKE 731,255 turn off keyclick. 0 turn on keyclick.

 

other locations:

729 controls the delay (50th or 60ths of a second) before a key starts repeating

730 controls the delay between repeats

 

621 controls "locking" the keyboard but is usually only controllable by F-keys on a 1200XL. 0=normal, nonzero=disable keyboard

 

Best way to lock out the keyboard on any machine:

 

POKE 16,0 : POKE 53775,0 - use 64 to only disable Break key

Edited by Rybags

Share this post


Link to post
Share on other sites

thank you quadrunner you will be put in the credits for the synth im making and for the ghosts of quabbin.

this was very much needed

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...