mojira.dev

Keith Dart

Assigned

No issues.

Reported

View all
MC-107752 Charcoal in stove crashes game. Duplicate MC-64095 Ocean monuments should be more rewarding Invalid MC-32778 Cannot assign keypad 5 key to motion any longer Fixed

Comments

This seems to be fixed in the latest snapshot version.

It's still an issue with 1.7.4. Although it does detect a keypress, as it always has, the name ends up NONE in the GUI, and zero value in the config. The real issue seems to be that you could map a zero value to an action. But now that is not allowed.

When I manually add that value the GUI now says "NUMPAD5". But pressing has no effect. I tried this on 1.7.2. I didn't try it with 1.6 yet.

My numlock is off.

In 1.6.4 the config shows:

key_key.back:0

and the GUI says NONE.

But that is actually wrong. Yet, it still works in 1.6.4. It's the same in 1.7.2, but now now longer works.

The keycode for that is actually:

keycode 84 (keysym 0xff9d, KP_Begin)

Thanks ! I'm so used to this setting (for this and other games) that having it not working really blows me up. 😉

It's still not working in the latest snapshot (13w48b).

Thanks for responding.