source-solutions / sebasic4

SE BASIC - A free BASIC interpreter written in Z80 assembly language
GNU General Public License v3.0
62 stars 6 forks source link

Make `KEY {ON | OFF}` functional #113

Closed cheveron closed 2 years ago

cheveron commented 2 years ago

KEY OFF an KEY ON are currently accepted syntax, but don't do anything. They should toggle f-key behavior between macros and code points.

cheveron commented 2 years ago

After KEY OFF editor does not enter macros. Code points will need to be done when macro handling is moved out of the editor into the keyboard code.