codefori / vscode-ibmi

🌍 IBM i development extension for VS Code
https://codefori.github.io/docs/#/
MIT License
264 stars 91 forks source link

Add 5250 keyboard reset button #2121

Closed worksofliam closed 2 weeks ago

worksofliam commented 2 weeks ago

Changes

Adds a button to the terminal view that is displayed when the user attempts to type in an area where they cannot in 5250.

Not many users know the tn5250 shortcut (Control+R) to do a reset, so I added a button to the UI for it.

How to test this PR

Examples:

  1. Connect and launch a 5250
  2. Sign in
  3. Attempt to write outside an input field
  4. See the button appear in the terminal tab
  5. Click the button and see the cursor position reset

Checklist

worksofliam commented 2 weeks ago

Fixed the wording:

image