diff options
-rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -299,11 +299,11 @@ Changes in release 16: 1 REM This program plays all 128 sounds in order 2 FOR I%=1% to 255% STEP 2% - 3 GET Z¤ + 3 GET Z¤ 4 PRINT I% 5 OUT 6%,0%,6%,I% 6 NEXT I% - 7 GET Z¤ + 7 GET Z¤ 8 OUT 6%,0% * The display now shows the frequency in MHz by default. @@ -520,8 +520,8 @@ Changes in release 6: * *Actually* fix the clock generator!! -* Add keybindings: Home = Ctrl-Ö, End = Ctrl-Ä, PgUp = Ctrl-Å, - PgDn = Ctrl-Ü, Delete = Ctrl-D, Insert = Ctrl-F. This matches the +* Add keybindings: Home = Ctrl-Ö, End = Ctrl-Ä, PgUp = Ctrl-Ã…, + PgDn = Ctrl-Ü, Delete = Ctrl-D, Insert = Ctrl-F. This matches the keybindings used by the TED text editor. |