Enable/Disable Special Keys |
Top Previous Next |
This function enables or disables the special key buttons when the Special Keys window is shown.
Special key table:
Example To disable the button for the Print key: PRINT CHR$(27);CHR$(8); PRINT CHR$(39); PRINT "0";
|