Skip to content

Fix rename shortcut: F2 instead of SHIFT/Fn+F2 - #348

Merged
tanto259 merged 2 commits into
openmainframeproject:masterfrom
Z1ngo1:master
Sep 12, 2026
Merged

tanto259 merged 2 commits into
openmainframeproject:masterfrom
Z1ngo1:master

Conversation

@Z1ngo1

@Z1ngo1 Z1ngo1 commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Proposed changes

VS Code uses F2 as the default keybinding for Rename Symbol, not SHIFT+F2, as confirmed in the issue's reproduction steps. Updated the course text to match.

Fixes #323

Type of change

What type of changes does your PR introduce to the COBOL Programming Course? Put an x in the boxes that apply.

  • Bug fix (change which fixes one or more issues)
  • New feature (change which adds functionality or features to the course)
  • Translations (change which adds or modifies translations of the course)
  • Documentation (change which modifies documentation related to the course)
  • This change requires an update to the course's z/OS environment

Checklist:

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer

  • I have read the Contributing Guideline
  • I have included a title and description for this PR
  • I have DCO-signed all of my commits that are included in this PR
  • I have tested it manually and there are no regressions found
  • I have commented my code, particularly in hard-to-understand areas (if appropriate)
  • I have made corresponding changes to the documentation (if appropriate)

Fix rename shortcut: F2 instead of SHIFT/Fn+F2

Signed-off-by: Stanislav Dmitriev <stas_dmitriev_2007@bk.ru>
Refactor variable renaming instructions

@tanto259 tanto259 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you for your contribution!

@tanto259
tanto259 merged commit 1f037d2 into openmainframeproject:master Sep 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

in getting started, variable rename is F2, without shift.

2 participants