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

Bug: Mouse scroll wheel turns A axis #32

Closed
mrandt opened this issue Nov 18, 2015 · 6 comments
Closed

Bug: Mouse scroll wheel turns A axis #32

mrandt opened this issue Nov 18, 2015 · 6 comments

Comments

@mrandt
Copy link
Contributor

mrandt commented Nov 18, 2015

Funny bug: As my vertical screen resolution is too low, I often use the scroll wheel on the mouse to scroll main window.

When I do this, I noticed that A axis is turning at the same time.

I suppose this is a bug, not a feature? ;-)

@jkuusama
Copy link
Owner

It is a feature (A axis jog). The bug is not to see if you are trying to scroll the view or fine-tune A position.

Malte Randt notifications@github.com kirjoitti 18.11.2015 kello 11.00:

Funny bug: As my vertical screen resolution is too low, I often use the scroll wheel on the mouse to scroll main window.

When I do this, I noticed that A axis is turning at the same time.

I suppose this is a bug, not a feature? ;-)


Reply to this email directly or view it on GitHub.

@mrandt
Copy link
Contributor Author

mrandt commented Nov 18, 2015

Ok. It is not very obvious; I would personally have expected scroll wheel would control Z-axis if there was mouse control for machine at all :-)

@jkuusama
Copy link
Owner

Until there is a way to reliably get all UI events before any of the Windows controls*, there will be no Z axis keyboard jogging, other than F keys. Far too easy to crash the needle.

(*: There isn’t (boooo @ms!), some controls have privilege.)

From: Malte Randt [mailto:notifications@github.com]
Sent: Wednesday, November 18, 2015 11:26 AM
To: jkuusama/LitePlacer-DEV LitePlacer-DEV@noreply.github.com
Cc: Juha Kuusama juha@liteplacer.com
Subject: Re: [LitePlacer-DEV] Bug: Mouse scroll wheel turns A axis (#32)

Ok. It is not very obvious; I would personally have expected scroll wheel would control Z-axis if there was mouse control for machine at all :-)


Reply to this email directly or #32 (comment) view it on GitHub. https://github.com/notifications/beacon/AEeI5nbjkjftaQ88fcv_k0ZjWJD5COVeks5pHDuQgaJpZM4Gkhdj.gif

@mrandt
Copy link
Contributor Author

mrandt commented Nov 18, 2015

I get that. F-keys work fine for me so no need to mess with other keyboard combinations.

How can I turn off the mouse wheel spinning A axis? I cannot control my habbit of scrolling the main window with that wheel... ;-)

On a side note: I also often used the numpad to enter values in text input fields and where suprised when my machine suddenly moved.

Is it possible to not capture key press events if a input field has focus? Otherwise I would like an option to disable num pad jogging :-P

@jkuusama
Copy link
Owner

Is it possible to not capture key press events if a input field has focus?

If there is, I don’t know how (unless doing if focus on this control or focus on that control or ..., which I’m not going to do).

Otherwise I would like an option to disable num pad jogging :-P

This should be easy.

From: Malte Randt [mailto:notifications@github.com]
Sent: Wednesday, November 18, 2015 11:49 PM
To: jkuusama/LitePlacer-DEV LitePlacer-DEV@noreply.github.com
Cc: Juha Kuusama juha@liteplacer.com
Subject: Re: [LitePlacer-DEV] Bug: Mouse scroll wheel turns A axis (#32)

I get that. F-keys work fine for me so no need to mess with other keyboard combinations.

How can I turn off the mouse wheel spinning A axis? I cannot control my habbit of scrolling the main window with that wheel... ;-)

On a side note: I also often used the numpad to enter values in text input fields and where suprised when my machine suddenly moved.

Is it possible to not capture key press events if a input field has focus? Otherwise I would like an option to disable num pad jogging :-P


Reply to this email directly or view it on GitHub #32 (comment) . https://github.com/notifications/beacon/AEeI5pg57jUQSdH2CUasrVUdfxmRz5fbks5pHOm-gaJpZM4Gkhdj.gif

@jkuusama
Copy link
Owner

Added options to disable both mouse and numpad jogging. Further, I found how to disable jogging if focus is on input field.

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

No branches or pull requests

2 participants