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

Items dropped using "'D'rop to adjacent tile" and the arrow keys are randomly placed one tile clockwise #23542

Closed
BorkBorkGoesTheCode opened this issue Apr 19, 2018 · 5 comments

Comments

Projects
None yet
5 participants
@BorkBorkGoesTheCode
Copy link
Contributor

commented Apr 19, 2018

Game version:
0.C-27430
OS:
Windows 10 tiles

Expected behavior

Objects are dropped onto an adjacent square of the player's choice whenever the player drops items using the "Drop" command.

Actual behavior

Items are randomly dropped one square clockwise from the chosen drop tile when the player selects a tile using the arrow keys. The chance of this happening increases if the player quickly types the commands.

Steps to reproduce the behavior

Drop an item using the "'D'rop item to adjacent tile" command using the arrow keys as quickly as possible.

@BorkBorkGoesTheCode BorkBorkGoesTheCode changed the title Items dropped using "'D'rop to adjacent tile" are randomly offset one tile Items dropped using "'D'rop to adjacent tile" and the arrow keys are randomly offset one tile Apr 19, 2018

@BorkBorkGoesTheCode BorkBorkGoesTheCode changed the title Items dropped using "'D'rop to adjacent tile" and the arrow keys are randomly offset one tile Items dropped using "'D'rop to adjacent tile" and the arrow keys are randomly placed one tile clockwise Apr 19, 2018

@Mecares

This comment has been minimized.

Copy link
Contributor

commented Apr 19, 2018

Might be connected to the change that enabled diagonal movement using shift+arrow keys.

@ZhilkinSerg

This comment has been minimized.

Copy link
Contributor

commented Apr 19, 2018

Can you please disable option Diagonal movement with cursor keys and modifiers in options menu and play without it?

Will you still have same issue when dropping items?

@BorkBorkGoesTheCode

This comment has been minimized.

Copy link
Contributor Author

commented Apr 20, 2018

Disabling diagonal movement setting stops the issue.

@BevapDin

This comment has been minimized.

Copy link
Contributor

commented May 28, 2018

Drop an item using the "'D'rop item to adjacent tile" command using the arrow keys as quickly as possible.

If you do this as quickly as possible, it's very likely that you still hold the shift key down (which is probably required to enter the uppercase 'D'). And that means the game receives (rightfully!) an input of SHIFT+direction key.

Please change the "drop item to adjacent tile" to be some key that does not require the shift key to be hold down (and enable "Diagonal movement with cursor keys and modifiers" again) and test again.

If the problem does not persist, or can be recreated by other, the issue will be closed.

@BorkBorkGoesTheCode

This comment has been minimized.

Copy link
Contributor Author

commented May 28, 2018

Reassigning the drop key to lowercase d makes the issue stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.