Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve Issue #9244 #11502

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Solve Issue #9244 #11502

wants to merge 1 commit into from

Conversation

Abhijeet213
Copy link

@Abhijeet213 Abhijeet213 commented Nov 9, 2024

Description

Change in
case XKB_KEY_KP_Equal:
return OBS_KEY_NUMEQUAL;
to
case XKB_KEY_KP_End:
return OBS_KEY_NUMEND;

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@WizardCM WizardCM added Bug Fix Non-breaking change which fixes an issue Linux Affects Linux labels Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Non-breaking change which fixes an issue Linux Affects Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants