Skip to content

Commit

Permalink
Add new keys to the code and rephrase readme a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
veikkos committed Apr 7, 2024
1 parent 184c4b0 commit 389e8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ some buffer overflows have been fixed.
| Alt+(Keypad) Minus | Decrease window size |
| Alt+R | Reset window if stretched |
| Alt+A | Toggle 4:3 aspect ratio |
| Keys G to L | Improved menu navigation |
| G to L | Improved menu navigation |
| F5 | Reset wind in practice |

### Command line parameters
Expand Down
2 changes: 2 additions & 0 deletions SJ3.PAS
Original file line number Diff line number Diff line change
Expand Up @@ -5725,6 +5725,8 @@ begin
writeln(' * Alt+(Keypad) Minus : Decrease window size');
writeln(' * Alt+R : Reset window if stretched');
writeln(' * Alt+A : Toggle 4:3 aspect ratio');
writeln(' * G to L : Improved menu navigation');
writeln(' * F5 : Reset wind in practice');
writeln('');
writeln('-------');
writeln('');
Expand Down

0 comments on commit 389e8ff

Please sign in to comment.