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

Numpad symbols are not printing on screen #1040

Closed
RandallFlagg opened this issue Dec 15, 2020 · 14 comments
Closed

Numpad symbols are not printing on screen #1040

RandallFlagg opened this issue Dec 15, 2020 · 14 comments
Labels

Comments

@RandallFlagg
Copy link

RandallFlagg commented Dec 15, 2020

If I print the numbers and symbols from [0-9] and [/*-+.] on the keys in the letters area everything is working fine. If I try to do the same with the keys in the numpad area the symbols that are not numbers don't show.

OS: Windows 10 x64 2004 (19041.685)
GUI.cs version: latest from repo (92c2171388918bb4d9a96f2eec7a0158aee029bc)

It might be related to bug: #977

image

My keyboard configuration:
image

The two keys tested:
Numpad:
image
Above letters:
image

@BDisp
Copy link
Collaborator

BDisp commented Dec 15, 2020

If you are running on Linux on a virtual machine it really happens.

@RandallFlagg
Copy link
Author

It is not a VM. I updated relevant information in my first comment.

@BDisp
Copy link
Collaborator

BDisp commented Dec 16, 2020

I'm also using Windows 10 and that doesn´t happens to me.

@RandallFlagg
Copy link
Author

You are using the same keyboard configuration?

@BDisp
Copy link
Collaborator

BDisp commented Dec 16, 2020

No but I think that doesn't have to do with keyboard configuration. Try the last version in the GUI master to check if it still happens.

@RandallFlagg
Copy link
Author

I am working with the latest from the master as I specified in my comment.
The version I specified is not the latest? If not then please send me the sha-1 of the commit you want me to checkout.

I just tested again in my code and I found out that it started to work in my program but still doesn't work in the samples for some reason.

@BDisp
Copy link
Collaborator

BDisp commented Dec 16, 2020

Sorry my bad. I didn't realize you mean about the Reactive example. Yes I confirm that not working on the NumPad.

@BDisp
Copy link
Collaborator

BDisp commented Dec 16, 2020

Can you see the reason please, because I'm not familiar with that language.

@BDisp
Copy link
Collaborator

BDisp commented Dec 18, 2020

I don't know if that behavior is because the project is using the NuGet package?

@tig tig added the bug label Dec 27, 2020
@tig
Copy link
Collaborator

tig commented Mar 9, 2021

I don't have a keybaord here with num keys. Can someone please try to repro (do not use the Reactive sample as it's hard coded to a specific old nuget package).

@BDisp
Copy link
Collaborator

BDisp commented Mar 9, 2021

@tig I confirm this still repro only with the ReactiveExample, even updating the NuGet packages.
I think is related with #1132 where some NuGet package might being causing this issue. As it's using the Terminal NuGet package I can't debug it.

@BDisp
Copy link
Collaborator

BDisp commented Mar 10, 2021

I have already managed to debug and actually the symbols [/ * - +.] from the numeric keyboard are not detected, but it may be due the Terminal NuGet package version.

@tig
Copy link
Collaborator

tig commented Apr 28, 2021

see #977

Possible dupe?

@tig
Copy link
Collaborator

tig commented Jan 19, 2024

@tig tig closed this as completed Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants